public class ConstantPoolEntryInteger extends AbstractConstantPoolEntry implements ConstantPoolEntryLiteral
ConstantPoolEntry.Type
Modifier and Type | Field and Description |
---|---|
private static long |
OFFSET_OF_BYTES |
private int |
value |
Constructor and Description |
---|
ConstantPoolEntryInteger(ConstantPool cp,
ByteData data) |
Modifier and Type | Method and Description |
---|---|
void |
dump(Dumper d) |
long |
getRawByteLength() |
StackType |
getStackType() |
int |
getValue() |
java.lang.String |
toString() |
getCp
private static final long OFFSET_OF_BYTES
private final int value
public ConstantPoolEntryInteger(ConstantPool cp, ByteData data)
public long getRawByteLength()
getRawByteLength
in interface ConstantPoolEntry
public void dump(Dumper d)
dump
in interface ConstantPoolEntry
public int getValue()
public StackType getStackType()
getStackType
in interface ConstantPoolEntryLiteral
public java.lang.String toString()
toString
in class java.lang.Object