org.codehaus.janino

Class UnitCompiler.SimpleIField

public static class UnitCompiler.SimpleIField extends IClass.IField

Short-hand implementation of IField that implements a non-constant, non-static, package-accessible field.
Constructor Summary
SimpleIField(IClass declaringIClass, String name, IClass type)
Method Summary
AccessgetAccess()
ObjectgetConstantValue()
StringgetName()
IClassgetType()
booleanisStatic()

Constructor Detail

SimpleIField

public SimpleIField(IClass declaringIClass, String name, IClass type)

Method Detail

getAccess

public Access getAccess()

getConstantValue

public Object getConstantValue()

getName

public String getName()

getType

public IClass getType()

isStatic

public boolean isStatic()