Class ConstantPoolEntryLong
- java.lang.Object
-
- org.benf.cfr.reader.entities.AbstractConstantPoolEntry
-
- org.benf.cfr.reader.entities.constantpool.ConstantPoolEntryLong
-
- All Implemented Interfaces:
ConstantPoolEntry,ConstantPoolEntryLiteral
public class ConstantPoolEntryLong extends AbstractConstantPoolEntry implements ConstantPoolEntryLiteral
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.benf.cfr.reader.entities.constantpool.ConstantPoolEntry
ConstantPoolEntry.Type
-
-
Field Summary
Fields Modifier and Type Field Description private longvalue
-
Constructor Summary
Constructors Constructor Description ConstantPoolEntryLong(ConstantPool cp, ByteData data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddump(Dumper d)longgetRawByteLength()StackTypegetStackType()longgetValue()java.lang.StringtoString()-
Methods inherited from class org.benf.cfr.reader.entities.AbstractConstantPoolEntry
getCp
-
-
-
-
Constructor Detail
-
ConstantPoolEntryLong
public ConstantPoolEntryLong(ConstantPool cp, ByteData data)
-
-
Method Detail
-
getRawByteLength
public long getRawByteLength()
- Specified by:
getRawByteLengthin interfaceConstantPoolEntry
-
dump
public void dump(Dumper d)
- Specified by:
dumpin interfaceConstantPoolEntry
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getValue
public long getValue()
-
getStackType
public StackType getStackType()
- Specified by:
getStackTypein interfaceConstantPoolEntryLiteral
-
-