CallSiteStaticMetaMethodSite.StaticMetaMethodSiteNoUnwrap, StaticMetaMethodSite.StaticMetaMethodSiteNoUnwrapNoCoercepublic class StaticMetaMethodSite extends MetaMethodSite
| Modifier and Type | Class | Description |
|---|---|---|
static class |
StaticMetaMethodSite.StaticMetaMethodSiteNoUnwrap |
Call site where we know there is no need to unwrap arguments
|
static class |
StaticMetaMethodSite.StaticMetaMethodSiteNoUnwrapNoCoerce |
Call site where we know there is no need neither unwrap nor coerce arguments
|
array, index, namemetaClassparams| Constructor | Description |
|---|---|
StaticMetaMethodSite(CallSite site,
MetaClassImpl metaClass,
MetaMethod metaMethod,
Class[] params) |
| Modifier and Type | Method | Description |
|---|---|---|
Object |
call(Object receiver,
Object[] args) |
|
Object |
callStatic(Class 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) |
|
static CallSite |
createStaticMetaMethodSite(CallSite site,
MetaClassImpl metaClass,
MetaMethod metaMethod,
Class[] params,
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, createGetPropertySite, createGroovyObjectGetPropertySite, getArray, getIndex, getName, getPropertypublic StaticMetaMethodSite(CallSite site, MetaClassImpl metaClass, MetaMethod metaMethod, Class[] params)
protected final boolean checkCall(Object receiver)
protected final boolean checkCall(Object receiver, Object arg1, Object arg2, Object arg3)
protected final boolean checkCall(Object receiver, Object arg1, Object arg2, Object arg3, Object arg4)
public Object call(Object receiver, Object[] args) throws Throwable
call in interface CallSitecall in class AbstractCallSiteThrowablepublic Object callStatic(Class receiver, Object[] args) throws Throwable
callStatic in interface CallSitecallStatic in class AbstractCallSiteThrowablepublic static CallSite createStaticMetaMethodSite(CallSite site, MetaClassImpl metaClass, MetaMethod metaMethod, Class[] params, Object[] args)