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() |
getCpprivate static final long OFFSET_OF_BYTES
private final int value
public ConstantPoolEntryInteger(ConstantPool cp, ByteData data)
public long getRawByteLength()
getRawByteLength in interface ConstantPoolEntrypublic void dump(Dumper d)
dump in interface ConstantPoolEntrypublic int getValue()
public StackType getStackType()
getStackType in interface ConstantPoolEntryLiteralpublic java.lang.String toString()
toString in class java.lang.Object