Modifier and Type | Field and Description |
---|---|
private String | |
private int |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | read(final DataInputStream
the DataInputStream which contains the constant pool
entry to be read. cpStream)Implements abstract org. |
public void | resolve(final 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 |
moduleName | back to summary |
---|---|
private String moduleName |
moduleNameIndex | back to summary |
---|---|
private int moduleNameIndex |
ModuleCPInfo | back to summary |
---|---|
public ModuleCPInfo() |
read | back to summary |
---|---|
public void read(final DataInputStream cpStream) throws IOException Implements abstract org. Doc from org. read a constant pool entry from a class stream.
|
resolve | back to summary |
---|---|
public void resolve(final ConstantPool constantPool) Overrides org. Doc from org. Resolve this constant pool entry with respect to its dependents in the constant pool.
|
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object. |