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