Class AbstractCallSite
java.lang.Object
org.codehaus.groovy.runtime.callsite.AbstractCallSite
- All Implemented Interfaces:
CallSite
- Direct Known Subclasses:
DummyCallSite
,GetEffectivePogoFieldSite
,GetEffectivePojoPropertySite
,MetaClassSite
,NullCallSite
,PerInstancePojoMetaClassSite
,PogoGetPropertySite
,PogoInterceptableSite
,PogoMetaClassGetPropertySite
,PojoMetaClassGetPropertySite
public class AbstractCallSite extends Object implements CallSite
Base class for all call sites.
-
Field Summary
Fields Modifier and Type Field Description protected CallSiteArray
array
protected int
index
protected String
name
-
Constructor Summary
Constructors Constructor Description AbstractCallSite(CallSite prev)
AbstractCallSite(CallSiteArray array, int index, String name)
-
Method Summary
-
Field Details
-
index
protected final int index -
name
-
array
-
-
Constructor Details
-
AbstractCallSite
-
AbstractCallSite
-
-
Method Details
-
getIndex
public int getIndex() -
getArray
-
getName
-
callSafe
-
callSafe
-
callSafe
-
callSafe
-
callSafe
-
callSafe
-
call
-
call
-
call
-
call
-
call
-
call
-
callCurrent
- Specified by:
callCurrent
in interfaceCallSite
- Throws:
Throwable
-
callCurrent
- Specified by:
callCurrent
in interfaceCallSite
- Throws:
Throwable
-
callCurrent
- Specified by:
callCurrent
in interfaceCallSite
- Throws:
Throwable
-
callCurrent
- Specified by:
callCurrent
in interfaceCallSite
- Throws:
Throwable
-
callCurrent
public Object callCurrent(GroovyObject receiver, Object arg1, Object arg2, Object arg3) throws Throwable- Specified by:
callCurrent
in interfaceCallSite
- Throws:
Throwable
-
callCurrent
public Object callCurrent(GroovyObject receiver, Object arg1, Object arg2, Object arg3, Object arg4) throws Throwable- Specified by:
callCurrent
in interfaceCallSite
- Throws:
Throwable
-
callStatic
- Specified by:
callStatic
in interfaceCallSite
- Throws:
Throwable
-
callStatic
- Specified by:
callStatic
in interfaceCallSite
- Throws:
Throwable
-
callStatic
- Specified by:
callStatic
in interfaceCallSite
- Throws:
Throwable
-
callStatic
- Specified by:
callStatic
in interfaceCallSite
- Throws:
Throwable
-
callStatic
- Specified by:
callStatic
in interfaceCallSite
- Throws:
Throwable
-
callStatic
public Object callStatic(Class receiver, Object arg1, Object arg2, Object arg3, Object arg4) throws Throwable- Specified by:
callStatic
in interfaceCallSite
- Throws:
Throwable
-
callConstructor
- Specified by:
callConstructor
in interfaceCallSite
- Throws:
Throwable
-
callConstructor
- Specified by:
callConstructor
in interfaceCallSite
- Throws:
Throwable
-
callConstructor
- Specified by:
callConstructor
in interfaceCallSite
- Throws:
Throwable
-
callConstructor
- Specified by:
callConstructor
in interfaceCallSite
- Throws:
Throwable
-
callConstructor
public Object callConstructor(Object receiver, Object arg1, Object arg2, Object arg3) throws Throwable- Specified by:
callConstructor
in interfaceCallSite
- Throws:
Throwable
-
callConstructor
public Object callConstructor(Object receiver, Object arg1, Object arg2, Object arg3, Object arg4) throws Throwable- Specified by:
callConstructor
in interfaceCallSite
- Throws:
Throwable
-
callGetProperty
- Specified by:
callGetProperty
in interfaceCallSite
- Throws:
Throwable
-
callGroovyObjectGetProperty
- Specified by:
callGroovyObjectGetProperty
in interfaceCallSite
- Throws:
Throwable
-
acceptGetProperty
-
acceptGroovyObjectGetProperty
-
createGetPropertySite
-
createGroovyObjectGetPropertySite
-
getProperty
- Specified by:
getProperty
in interfaceCallSite
- Throws:
Throwable
-
callGetPropertySafe
- Specified by:
callGetPropertySafe
in interfaceCallSite
- Throws:
Throwable
-
callGroovyObjectGetPropertySafe
- Specified by:
callGroovyObjectGetPropertySafe
in interfaceCallSite
- Throws:
Throwable
-