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
public class ConstructorSite extends MetaClassSite
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConstructorSite.ConstructorSiteNoUnwrap
Call site where we know there is no need to unwrap argumentsstatic class
ConstructorSite.ConstructorSiteNoUnwrapNoCoerce
Call site where we know there is no need neither unwrap nor coerce argumentsstatic class
ConstructorSite.NoParamSite
static class
ConstructorSite.NoParamSiteInnerClass
-
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
Constructors Constructor Description ConstructorSite(CallSite site, MetaClassImpl metaClass, CachedConstructor constructor, java.lang.Class[] params)
-
Method Summary
Modifier and Type Method Description java.lang.Object
callConstructor(java.lang.Object receiver, java.lang.Object[] args)
protected boolean
checkCall(java.lang.Object receiver, java.lang.Object[] args)
static ConstructorSite
createConstructorSite(CallSite site, MetaClassImpl metaClass, CachedConstructor constructor, java.lang.Class[] params, java.lang.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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ConstructorSite
public ConstructorSite(CallSite site, MetaClassImpl metaClass, CachedConstructor constructor, java.lang.Class[] params)
-
-
Method Details
-
callConstructor
public java.lang.Object callConstructor(java.lang.Object receiver, java.lang.Object[] args) throws java.lang.Throwable- Specified by:
callConstructor
in interfaceCallSite
- Overrides:
callConstructor
in classAbstractCallSite
- Throws:
java.lang.Throwable
-
checkCall
protected final boolean checkCall(java.lang.Object receiver, java.lang.Object[] args) -
createConstructorSite
public static ConstructorSite createConstructorSite(CallSite site, MetaClassImpl metaClass, CachedConstructor constructor, java.lang.Class[] params, java.lang.Object[] args)
-