public abstract class IClass.IField extends Object implements IClass.IMember
| Constructor and Description |
|---|
IClass.IField() |
| Modifier and Type | Method and Description |
|---|---|
abstract Access |
getAccess() |
abstract Object |
getConstantValue()
Returns the value of the field if it is a compile-time constant
value, i.e.
|
IClass |
getDeclaringIClass()
Returns the
IClass that declares this IClass.IMember. |
String |
getDescriptor() |
abstract String |
getName() |
abstract IClass |
getType() |
abstract boolean |
isStatic() |
String |
toString() |
public abstract Access getAccess()
getAccess in interface IClass.IMemberAccess.PRIVATE, Access.PROTECTED,
Access.DEFAULT and Access.PUBLIC.public IClass getDeclaringIClass()
IClass.IMemberIClass that declares this IClass.IMember.getDeclaringIClass in interface IClass.IMemberpublic abstract boolean isStatic()
public abstract IClass getType() throws CompileException
CompileExceptionpublic abstract String getName()
public String getDescriptor() throws CompileException
CompileExceptionpublic abstract Object getConstantValue() throws CompileException
CompileExceptionCopyright © 2001-2012. All Rights Reserved.