Method Summary |
|
public int | constantValue() Get the index into the constant pool of the field's constant value, if
any. |
public ClassInfo | declaringClass() Get the class which declared the field. |
public int | modifiers() Get the modifiers of the field. |
public int | nameIndex() Get the index into the constant pool of the name of the field. |
public void | setConstantValue(int index) Set the index into the constant pool of the field's constant value. |
public void | setModifiers(int modifiers) Set the modifiers of the field. |
public void | setNameIndex(int index) Set the index into the constant pool of the name of the field. |
public void | setTypeIndex(int index) Set the index into the constant pool of the type of the field. |
public int | typeIndex() Get the index into the constant pool of the type of the field. |