Modifier and Type | Field and Description |
---|---|
private int | index
the index into the constant pool containing the string's content |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | read(DataInputStream
the DataInputStream which contains the constant pool
entry to be read. cpStream)Implements abstract org. |
public void | resolve(ConstantPool
the constant pool of which this entry is a member
and against which this entry is to be resolved. constantPool)Overrides org. |
public String | Returns: the string representation of this constant pool entry.Overrides java. |
index | back to summary |
---|---|
private int index the index into the constant pool containing the string's content |
StringCPInfo | back to summary |
---|---|
public StringCPInfo() Constructor. |
read | back to summary |
---|---|
public void read(DataInputStream cpStream) throws IOException Implements abstract org. read a constant pool entry from a class stream.
|
resolve | back to summary |
---|---|
public void resolve(ConstantPool constantPool) Overrides org. Resolve this constant pool entry with respect to its dependents in the constant pool.
|
toString | back to summary |
---|---|
public String toString() Overrides java. Print a readable version of the constant pool entry. |