public class PojoMetaMethodSite extends MetaMethodSite
Modifier and Type | Class and Description |
---|---|
static class |
PojoMetaMethodSite.PojoCachedMethodSite |
static class |
PojoMetaMethodSite.PojoCachedMethodSiteNoUnwrap |
static class |
PojoMetaMethodSite.PojoCachedMethodSiteNoUnwrapNoCoerce |
static class |
PojoMetaMethodSite.PojoMetaMethodSiteNoUnwrap
Call site where we know there is no need to unwrap arguments
|
static class |
PojoMetaMethodSite.PojoMetaMethodSiteNoUnwrapNoCoerce
Call site where we know there is no need neither unwrap nor coerce arguments
|
Modifier and Type | Field and Description |
---|---|
protected int |
version |
params
metaClass
array, index, name
Constructor and Description |
---|
PojoMetaMethodSite(CallSite site,
MetaClassImpl metaClass,
MetaMethod metaMethod,
Class[] params) |
Modifier and Type | Method and Description |
---|---|
Object |
call(Object receiver,
Object[] args) |
protected boolean |
checkCall(Object receiver) |
protected boolean |
checkCall(Object receiver,
Object arg1) |
protected boolean |
checkCall(Object receiver,
Object[] args) |
protected boolean |
checkCall(Object receiver,
Object arg1,
Object arg2) |
protected boolean |
checkCall(Object receiver,
Object arg1,
Object arg2,
Object arg3) |
protected boolean |
checkCall(Object receiver,
Object arg1,
Object arg2,
Object arg3,
Object arg4) |
protected boolean |
checkPojoMetaClass() |
static CallSite |
createCachedMethodSite(CallSite site,
MetaClassImpl metaClass,
CachedMethod metaMethod,
Class[] params,
Object[] args) |
static CallSite |
createNonAwareCallSite(CallSite site,
MetaClassImpl metaClass,
MetaMethod metaMethod,
Class[] params,
Object[] args) |
static CallSite |
createPojoMetaMethodSite(CallSite site,
MetaClassImpl metaClass,
MetaMethod metaMethod,
Class[] params,
Object receiver,
Object[] args) |
Object |
invoke(Object receiver,
Object[] args) |
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, callStatic, createGetPropertySite, createGroovyObjectGetPropertySite, getArray, getIndex, getName, getProperty
public PojoMetaMethodSite(CallSite site, MetaClassImpl metaClass, MetaMethod metaMethod, Class[] params)
public Object call(Object receiver, Object[] args) throws Throwable
call
in interface CallSite
call
in class AbstractCallSite
Throwable
protected final boolean checkPojoMetaClass()
protected final boolean checkCall(Object receiver)
protected final boolean checkCall(Object receiver, Object arg1, Object arg2, Object arg3, Object arg4)
public static CallSite createPojoMetaMethodSite(CallSite site, MetaClassImpl metaClass, MetaMethod metaMethod, Class[] params, Object receiver, Object[] args)
public static CallSite createCachedMethodSite(CallSite site, MetaClassImpl metaClass, CachedMethod metaMethod, Class[] params, Object[] args)
public static CallSite createNonAwareCallSite(CallSite site, MetaClassImpl metaClass, MetaMethod metaMethod, Class[] params, Object[] args)