org.codehaus.groovy.runtime.callsite
Class GetEffectivePojoFieldSite

java.lang.Object
  extended by org.codehaus.groovy.runtime.callsite.AbstractCallSite
      extended by org.codehaus.groovy.runtime.callsite.GetEffectivePojoFieldSite
All Implemented Interfaces:
CallSite

 class GetEffectivePojoFieldSite
extends AbstractCallSite


Field Summary
private  java.lang.reflect.Field effective
           
private  MetaClassImpl metaClass
           
private  int version
           
 
Fields inherited from class org.codehaus.groovy.runtime.callsite.AbstractCallSite
array, index, name, usage
 
Constructor Summary
GetEffectivePojoFieldSite(CallSite site, MetaClassImpl metaClass, CachedField effective)
           
 
Method Summary
 CallSite acceptGetProperty(java.lang.Object receiver)
           
 java.lang.Object getProperty(java.lang.Object receiver)
           
 
Methods inherited from class org.codehaus.groovy.runtime.callsite.AbstractCallSite
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, getUsage, noCoerce, noWrappers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metaClass

private final MetaClassImpl metaClass

effective

private final java.lang.reflect.Field effective

version

private final int version
Constructor Detail

GetEffectivePojoFieldSite

public GetEffectivePojoFieldSite(CallSite site,
                                 MetaClassImpl metaClass,
                                 CachedField effective)
Method Detail

acceptGetProperty

public final CallSite acceptGetProperty(java.lang.Object receiver)
Overrides:
acceptGetProperty in class AbstractCallSite

getProperty

public final java.lang.Object getProperty(java.lang.Object receiver)
Specified by:
getProperty in interface CallSite
Overrides:
getProperty in class AbstractCallSite


Copyright © ${year} The Codehaus. All Rights Reserved.