Methods Summary |
---|
abstract void | formatData(java.io.DataOutputStream b)Write this Constant pool entry to the output stream
|
public int | getIndex()
/* public accessors */
/* Get the index of this constant entry */
return index;
|
java.lang.String | indexAsString()Return the index of this constant in the constant pool as
a decimal formatted String. return Integer.toString(index);
|
abstract void | resolve(ConstantPool p)Resolve integer index references to the actual constant pool
entries that they represent. This is used during class file
reading because a constant pool entry could have a forward
reference to a higher numbered constant.
|
void | setIndex(int ind)Sets the index of this constant with its containing constant pool index = ind;
|
public abstract int | tag()
|