Class PogoMetaMethodSite
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.PogoMetaMethodSite
- All Implemented Interfaces:
CallSite
- Direct Known Subclasses:
PogoMetaMethodSite.PogoCachedMethodSite, PogoMetaMethodSite.PogoMetaMethodSiteNoUnwrap, PogoMetaMethodSite.PogoMetaMethodSiteNoUnwrapNoCoerce
POGO call site
meta class - cached
method - cached
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classCall site where we know there is no need to unwrap argumentsstatic classCall site where we know there is no need neither unwrap nor coerce arguments -
Field Summary
Fields inherited from class MetaMethodSite
paramsFields inherited from class MetaClassSite
metaClassFields inherited from class AbstractCallSite
array, index, name -
Constructor Summary
ConstructorsConstructorDescriptionPogoMetaMethodSite(CallSite site, MetaClassImpl metaClass, MetaMethod metaMethod, Class[] params) -
Method Summary
Modifier and TypeMethodDescriptioncallCurrent(GroovyObject receiver, Object[] args) protected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanstatic CallSitecreateCachedMethodSite(CallSite site, MetaClassImpl metaClass, CachedMethod metaMethod, Class[] params, Object[] args) static CallSitecreatePogoMetaMethodSite(CallSite site, MetaClassImpl metaClass, MetaMethod metaMethod, Class[] params, Object[] args) Methods inherited from class AbstractCallSite
acceptGetProperty, acceptGroovyObjectGetProperty, call, call, call, call, call, callConstructor, callConstructor, callConstructor, callConstructor, callConstructor, callConstructor, 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
-
PogoMetaMethodSite
public PogoMetaMethodSite(CallSite site, MetaClassImpl metaClass, MetaMethod metaMethod, Class[] params)
-
-
Method Details
-
invoke
-
callCurrent
- Specified by:
callCurrentin interfaceCallSite- Overrides:
callCurrentin classAbstractCallSite- Throws:
Throwable
-
call
-
checkCall
-
checkCall
-
checkCall
-
checkCall
-
checkCall
-
checkCall
-
createPogoMetaMethodSite
public static CallSite createPogoMetaMethodSite(CallSite site, MetaClassImpl metaClass, MetaMethod metaMethod, Class[] params, Object[] args) -
createCachedMethodSite
public static CallSite createCachedMethodSite(CallSite site, MetaClassImpl metaClass, CachedMethod metaMethod, Class[] params, Object[] args)
-