org.codehaus.groovy.reflection
Class CachedField

java.lang.Object
  extended by org.codehaus.groovy.reflection.CachedField

public class CachedField
extends Object


Field Summary
 Field field
           
 
Constructor Summary
CachedField(CachedClass clazz, Field field)
           
 
Method Summary
 int getModifiers()
           
 String getName()
           
 Class getType()
           
 boolean isStatic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field

public final Field field
Constructor Detail

CachedField

public CachedField(CachedClass clazz,
                   Field field)
Method Detail

getName

public String getName()

isStatic

public boolean isStatic()

getType

public Class getType()

getModifiers

public int getModifiers()

Copyright © 2003-2007 The Codehaus. All rights reserved.