public class ConstantPoolEntryModuleInfo extends AbstractConstantPoolEntry
ConstantPoolEntry.Type
Modifier and Type | Field and Description |
---|---|
private int |
nameIndex |
private static long |
OFFSET_OF_NAME_INDEX |
Constructor and Description |
---|
ConstantPoolEntryModuleInfo(ConstantPool cp,
ByteData data) |
Modifier and Type | Method and Description |
---|---|
void |
dump(Dumper d) |
ConstantPool |
getCp() |
ConstantPoolEntryUTF8 |
getName() |
long |
getRawByteLength() |
java.lang.String |
toString() |
private static final long OFFSET_OF_NAME_INDEX
private final int nameIndex
ConstantPoolEntryModuleInfo(ConstantPool cp, ByteData data)
public ConstantPool getCp()
getCp
in class AbstractConstantPoolEntry
public long getRawByteLength()
public void dump(Dumper d)
public ConstantPoolEntryUTF8 getName()
public java.lang.String toString()
toString
in class java.lang.Object