[Java] Class NoParamSite
- org.codehaus.groovy.runtime.callsite.ConstructorSite.NoParamSite
Constructor Summary
Constructor and description |
---|
ConstructorSite.NoParamSite
(CallSite site, MetaClassImpl metaClass, CachedConstructor constructor, Class[] params) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
Object |
callConstructor(Object receiver, Object[] args) |
Constructor Detail
public ConstructorSite.NoParamSite(CallSite site, MetaClassImpl metaClass, CachedConstructor constructor, Class[] params)
Method Detail
public final Object callConstructor(Object receiver, Object[] args)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/runtime/callsite/ConstructorSite.NoParamSite.html