Class GetEffectivePogoFieldSite
- java.lang.Object
- 
- org.codehaus.groovy.runtime.callsite.AbstractCallSite
- 
- org.codehaus.groovy.runtime.callsite.GetEffectivePogoFieldSite
 
 
- 
- All Implemented Interfaces:
- CallSite
 
 public class GetEffectivePogoFieldSite extends AbstractCallSite 
- 
- 
Field Summary- 
Fields inherited from class org.codehaus.groovy.runtime.callsite.AbstractCallSitearray, index, name
 
- 
 - 
Constructor SummaryConstructors Constructor Description GetEffectivePogoFieldSite(CallSite site, MetaClass metaClass, CachedField effective)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CallSiteacceptGetProperty(Object receiver)CallSiteacceptGroovyObjectGetProperty(Object receiver)ObjectcallGetProperty(Object receiver)ObjectcallGroovyObjectGetProperty(Object receiver)ObjectgetProperty(Object receiver)- 
Methods inherited from class org.codehaus.groovy.runtime.callsite.AbstractCallSitecall, call, call, call, call, call, callConstructor, callConstructor, callConstructor, callConstructor, callConstructor, callConstructor, callCurrent, callCurrent, callCurrent, callCurrent, callCurrent, callCurrent, callGetPropertySafe, callGroovyObjectGetPropertySafe, callSafe, callSafe, callSafe, callSafe, callSafe, callSafe, callStatic, callStatic, callStatic, callStatic, callStatic, callStatic, createGetPropertySite, createGroovyObjectGetPropertySite, getArray, getIndex, getName
 
- 
 
- 
- 
- 
Constructor Detail- 
GetEffectivePogoFieldSitepublic GetEffectivePogoFieldSite(CallSite site, MetaClass metaClass, CachedField effective) 
 
- 
 - 
Method Detail- 
acceptGetPropertypublic final CallSite acceptGetProperty(Object receiver) - Overrides:
- acceptGetPropertyin class- AbstractCallSite
 
 - 
acceptGroovyObjectGetPropertypublic final CallSite acceptGroovyObjectGetProperty(Object receiver) - Overrides:
- acceptGroovyObjectGetPropertyin class- AbstractCallSite
 
 - 
callGetPropertypublic final Object callGetProperty(Object receiver) throws Throwable - Specified by:
- callGetPropertyin interface- CallSite
- Overrides:
- callGetPropertyin class- AbstractCallSite
- Throws:
- Throwable
 
 - 
callGroovyObjectGetPropertypublic final Object callGroovyObjectGetProperty(Object receiver) throws Throwable - Specified by:
- callGroovyObjectGetPropertyin interface- CallSite
- Overrides:
- callGroovyObjectGetPropertyin class- AbstractCallSite
- Throws:
- Throwable
 
 - 
getPropertypublic final Object getProperty(Object receiver) - Specified by:
- getPropertyin interface- CallSite
- Overrides:
- getPropertyin class- AbstractCallSite
 
 
- 
 
-