Class StaticMetaMethodSite
java.lang.Object
org.codehaus.groovy.runtime.callsite.AbstractCallSite
org.codehaus.groovy.runtime.callsite.MetaClassSite
org.codehaus.groovy.runtime.callsite.MetaMethodSite
org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite
- All Implemented Interfaces:
CallSite
- Direct Known Subclasses:
StaticMetaMethodSite.StaticMetaMethodSiteNoUnwrap
,StaticMetaMethodSite.StaticMetaMethodSiteNoUnwrapNoCoerce
POJO call site
metaclass - cached
method - cached
-
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 arguments -
Field Summary
Fields inherited from class org.codehaus.groovy.runtime.callsite.MetaMethodSite
params
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
ConstructorDescriptionStaticMetaMethodSite
(CallSite site, MetaClassImpl metaClass, MetaMethod metaMethod, Class[] params) -
Method Summary
Modifier and TypeMethodDescriptioncallStatic
(Class receiver, Object[] args) protected final boolean
protected final boolean
protected final boolean
protected final boolean
protected final boolean
protected final boolean
static CallSite
createStaticMetaMethodSite
(CallSite site, MetaClassImpl metaClass, MetaMethod metaMethod, Class[] params, Object[] args) Methods inherited from class org.codehaus.groovy.runtime.callsite.AbstractCallSite
acceptGetProperty, acceptGroovyObjectGetProperty, call, call, call, call, call, callConstructor, 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, createGetPropertySite, createGroovyObjectGetPropertySite, getArray, getIndex, getName, getProperty
-
Constructor Details
-
StaticMetaMethodSite
public StaticMetaMethodSite(CallSite site, MetaClassImpl metaClass, MetaMethod metaMethod, Class[] params)
-
-
Method Details
-
invoke
- Throws:
Throwable
-
checkCall
-
checkCall
-
checkCall
-
checkCall
-
checkCall
-
checkCall
-
call
- Specified by:
call
in interfaceCallSite
- Overrides:
call
in classAbstractCallSite
- Throws:
Throwable
-
callStatic
- Specified by:
callStatic
in interfaceCallSite
- Overrides:
callStatic
in classAbstractCallSite
- Throws:
Throwable
-
createStaticMetaMethodSite
public static CallSite createStaticMetaMethodSite(CallSite site, MetaClassImpl metaClass, MetaMethod metaMethod, Class[] params, Object[] args)
-