Interface CallSite
- 
- All Known Implementing Classes:
- AbstractCallSite,- ConstructorMetaClassSite,- ConstructorMetaMethodSite,- ConstructorSite,- ConstructorSite.ConstructorSiteNoUnwrap,- ConstructorSite.ConstructorSiteNoUnwrapNoCoerce,- ConstructorSite.NoParamSite,- ConstructorSite.NoParamSiteInnerClass,- DummyCallSite,- GetEffectivePogoFieldSite,- GetEffectivePojoPropertySite,- MetaClassConstructorSite,- MetaClassSite,- MetaMethodSite,- NullCallSite,- NumberNumberMetaMethod.NumberNumberCallSite,- PerInstancePojoMetaClassSite,- PlainObjectMetaMethodSite,- PogoGetPropertySite,- PogoInterceptableSite,- PogoMetaClassGetPropertySite,- PogoMetaClassSite,- PogoMetaMethodSite,- PogoMetaMethodSite.PogoCachedMethodSite,- PogoMetaMethodSite.PogoCachedMethodSiteNoUnwrap,- PogoMetaMethodSite.PogoCachedMethodSiteNoUnwrapNoCoerce,- PogoMetaMethodSite.PogoMetaMethodSiteNoUnwrap,- PogoMetaMethodSite.PogoMetaMethodSiteNoUnwrapNoCoerce,- PojoMetaClassGetPropertySite,- PojoMetaClassSite,- PojoMetaMethodSite,- PojoMetaMethodSite.PojoCachedMethodSite,- PojoMetaMethodSite.PojoCachedMethodSiteNoUnwrap,- PojoMetaMethodSite.PojoCachedMethodSiteNoUnwrapNoCoerce,- PojoMetaMethodSite.PojoMetaMethodSiteNoUnwrap,- PojoMetaMethodSite.PojoMetaMethodSiteNoUnwrapNoCoerce,- StaticMetaClassSite,- StaticMetaMethodSite,- StaticMetaMethodSite.StaticMetaMethodSiteNoUnwrap,- StaticMetaMethodSite.StaticMetaMethodSiteNoUnwrapNoCoerce
 
 public interface CallSite
- 
- 
Method Summary
 
- 
- 
- 
Method Detail- 
getArrayCallSiteArray getArray() 
 - 
getIndexint getIndex() 
 - 
getNameString getName() 
 - 
callGroovyObjectGetPropertyObject callGroovyObjectGetProperty(Object receiver) throws Throwable - Throws:
- Throwable
 
 - 
callGroovyObjectGetPropertySafeObject callGroovyObjectGetPropertySafe(Object receiver) throws Throwable - Throws:
- Throwable
 
 - 
callObject call(Object receiver, Object arg1, Object arg2, Object arg3) throws Throwable - Throws:
- Throwable
 
 - 
callObject call(Object receiver, Object arg1, Object arg2, Object arg3, Object arg4) throws Throwable - Throws:
- Throwable
 
 - 
callSafeObject callSafe(Object receiver, Object arg1, Object arg2) throws Throwable - Throws:
- Throwable
 
 - 
callSafeObject callSafe(Object receiver, Object arg1, Object arg2, Object arg3) throws Throwable - Throws:
- Throwable
 
 - 
callSafeObject callSafe(Object receiver, Object arg1, Object arg2, Object arg3, Object arg4) throws Throwable - Throws:
- Throwable
 
 - 
callCurrentObject callCurrent(GroovyObject receiver, Object[] args) throws Throwable - Throws:
- Throwable
 
 - 
callCurrentObject callCurrent(GroovyObject receiver) throws Throwable - Throws:
- Throwable
 
 - 
callCurrentObject callCurrent(GroovyObject receiver, Object arg1) throws Throwable - Throws:
- Throwable
 
 - 
callCurrentObject callCurrent(GroovyObject receiver, Object arg1, Object arg2) throws Throwable - Throws:
- Throwable
 
 - 
callCurrentObject callCurrent(GroovyObject receiver, Object arg1, Object arg2, Object arg3) throws Throwable - Throws:
- Throwable
 
 - 
callCurrentObject callCurrent(GroovyObject receiver, Object arg1, Object arg2, Object arg3, Object arg4) throws Throwable - Throws:
- Throwable
 
 - 
callStaticObject callStatic(Class receiver, Object arg1, Object arg2) throws Throwable - Throws:
- Throwable
 
 - 
callStaticObject callStatic(Class receiver, Object arg1, Object arg2, Object arg3) throws Throwable - Throws:
- Throwable
 
 - 
callStaticObject callStatic(Class receiver, Object arg1, Object arg2, Object arg3, Object arg4) throws Throwable - Throws:
- Throwable
 
 - 
callConstructorObject callConstructor(Object receiver, Object[] args) throws Throwable - Throws:
- Throwable
 
 - 
callConstructorObject callConstructor(Object receiver, Object arg1) throws Throwable - Throws:
- Throwable
 
 - 
callConstructorObject callConstructor(Object receiver, Object arg1, Object arg2) throws Throwable - Throws:
- Throwable
 
 - 
callConstructorObject callConstructor(Object receiver, Object arg1, Object arg2, Object arg3) throws Throwable - Throws:
- Throwable
 
 
- 
 
-