Uses of Class
org.codehaus.groovy.reflection.CachedField

Packages that use CachedField
groovy.lang Core Groovy language classes for implementing data structures, closures, metadata and so forth. 
org.codehaus.groovy.reflection Internal classes for assisting with reflection. 
org.codehaus.groovy.runtime.callsite   
 

Uses of CachedField in groovy.lang
 

Fields in groovy.lang declared as CachedField
private  CachedField MetaBeanProperty.field
           
 

Methods in groovy.lang that return CachedField
 CachedField MetaBeanProperty.getField()
           
 

Methods in groovy.lang with parameters of type CachedField
 void MetaBeanProperty.setField(CachedField f)
           
 

Uses of CachedField in org.codehaus.groovy.reflection
 

Methods in org.codehaus.groovy.reflection that return CachedField
 CachedField[] CachedClass.getFields()
           
 

Uses of CachedField in org.codehaus.groovy.runtime.callsite
 

Constructors in org.codehaus.groovy.runtime.callsite with parameters of type CachedField
GetEffectivePogoFieldSite(CallSite site, MetaClass metaClass, CachedField effective)
           
GetEffectivePojoFieldSite(CallSite site, MetaClassImpl metaClass, CachedField effective)
           
 



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