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() |
getCppublic ConstantPoolEntryLong(ConstantPool cp, ByteData data)
public long getRawByteLength()
getRawByteLength in interface ConstantPoolEntrypublic void dump(Dumper d)
dump in interface ConstantPoolEntrypublic java.lang.String toString()
toString in class java.lang.Objectpublic long getValue()
public StackType getStackType()
getStackType in interface ConstantPoolEntryLiteral