- org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite
-
-
Methods Summary
Methods
Type Params |
Return Type |
Name and description |
|
Object |
call(Object receiver, Object[] args)
|
|
Object |
callCurrent(groovy.lang.GroovyObject receiver, Object[] args)
|
|
protected boolean |
checkCall(Object receiver, Object[] args)
|
|
protected boolean |
checkCall(Object receiver)
|
|
protected boolean |
checkCall(Object receiver, Object arg1)
|
|
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 |
createCachedMethodSite(CallSite site, groovy.lang.MetaClassImpl metaClass, CachedMethod metaMethod, Class[] params, Object[] args)
|
|
static CallSite |
createPogoMetaMethodSite(CallSite site, groovy.lang.MetaClassImpl metaClass, MetaMethod metaMethod, Class[] params, Object[] args)
|
|
Object |
invoke(Object receiver, Object[] args)
|
-
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class PlainObjectMetaMethodSite |
doInvoke |
class AbstractCallSite |
acceptGetProperty, acceptGroovyObjectGetProperty, call, 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 |
-
-
Constructor Detail
-
public PogoMetaMethodSite(CallSite site, groovy.lang.MetaClassImpl metaClass, MetaMethod metaMethod, Class[] params)
-
Method Detail
-
public Object callCurrent(groovy.lang.GroovyObject receiver, Object[] args)
-
protected boolean checkCall(Object receiver)
Copyright © 2003-2019 The Apache Software Foundation. All rights reserved.