org.codehaus.janino
public abstract class IClass.IField extends Object implements IClass.IMember
Method Summary | |
---|---|
abstract Access | getAccess() |
abstract Object | getConstantValue()
Returns the value of the field if it is a compile-time constant
value, i.e. the field is FINAL and its initializer is a constant
expression (JLS2 15.28, bullet 12). |
IClass | getDeclaringIClass() |
String | getDescriptor() |
abstract String | getName() |
abstract IClass | getType() |
abstract boolean | isStatic() |
String | toString() |