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. 
 

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
 

Fields in org.codehaus.groovy.reflection declared as CachedField
private  CachedField[] CachedClass.fields
           
 

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



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