[Java] Class ConstructorSite.NoParamSite
- org.codehaus.groovy.runtime.callsite.ConstructorSite.NoParamSite
public static class ConstructorSite.NoParamSite extends ConstructorSiteNoUnwrapNoCoerce
Constructor Summary
Constructor and description |
---|
NoParamSite
(CallSite site, MetaClassImpl metaClass, CachedConstructor constructor, Class[] params) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public final Object |
callConstructor(Object receiver, Object[] args) |
Constructor Detail
public 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/3.0.7/html/gapi/org/codehaus/groovy/runtime/callsite/ConstructorSite.NoParamSite.html