- org.codehaus.groovy.reflection.CachedField
-
-
Methods Summary
-
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class MetaProperty |
getGetterName, getModifiers, getName, getProperty, getSetterName, getType, setProperty |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
-
-
Constructor Detail
-
public CachedField(Field field)
-
Method Detail
-
public int getModifiers()
-
public Object getProperty(Object object)
- throws:
- RuntimeException if the property could not be evaluated
- Returns:
- the property of the given object
-
public boolean isStatic()
Copyright © 2003-2014 The Codehaus. All rights reserved.