Class ConstructorSite
java.lang.Object
org.codehaus.groovy.runtime.callsite.AbstractCallSite
org.codehaus.groovy.runtime.callsite.MetaClassSite
org.codehaus.groovy.runtime.callsite.ConstructorSite
- All Implemented Interfaces:
CallSite
- Direct Known Subclasses:
ConstructorSite.ConstructorSiteNoUnwrap
,ConstructorSite.ConstructorSiteNoUnwrapNoCoerce
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Call site where we know there is no need to unwrap argumentsstatic class
Call site where we know there is no need neither unwrap nor coerce argumentsstatic class
static class
-
Field Summary
Fields inherited from class org.codehaus.groovy.runtime.callsite.MetaClassSite
metaClass
Fields inherited from class org.codehaus.groovy.runtime.callsite.AbstractCallSite
array, index, name
-
Constructor Summary
ConstructorDescriptionConstructorSite
(CallSite site, MetaClassImpl metaClass, CachedConstructor constructor, Class[] params) -
Method Summary
Modifier and TypeMethodDescriptioncallConstructor
(Object receiver, Object[] args) protected final boolean
static ConstructorSite
createConstructorSite
(CallSite site, MetaClassImpl metaClass, CachedConstructor constructor, Class[] params, Object[] args) Methods inherited from class org.codehaus.groovy.runtime.callsite.AbstractCallSite
acceptGetProperty, acceptGroovyObjectGetProperty, call, call, call, call, call, call, callConstructor, callConstructor, callConstructor, callConstructor, callConstructor, callCurrent, callCurrent, callCurrent, callCurrent, callCurrent, callCurrent, callGetProperty, callGetPropertySafe, callGroovyObjectGetProperty, callGroovyObjectGetPropertySafe, callSafe, callSafe, callSafe, callSafe, callSafe, callSafe, callStatic, callStatic, callStatic, callStatic, callStatic, callStatic, createGetPropertySite, createGroovyObjectGetPropertySite, getArray, getIndex, getName, getProperty
-
Constructor Details
-
ConstructorSite
public ConstructorSite(CallSite site, MetaClassImpl metaClass, CachedConstructor constructor, Class[] params)
-
-
Method Details
-
callConstructor
- Specified by:
callConstructor
in interfaceCallSite
- Overrides:
callConstructor
in classAbstractCallSite
- Throws:
Throwable
-
checkCall
-
createConstructorSite
public static ConstructorSite createConstructorSite(CallSite site, MetaClassImpl metaClass, CachedConstructor constructor, Class[] params, Object[] args)
-