Class ConstantPoolEntryInteger
java.lang.Object
org.benf.cfr.reader.entities.AbstractConstantPoolEntry
org.benf.cfr.reader.entities.constantpool.ConstantPoolEntryInteger
- All Implemented Interfaces:
ConstantPoolEntry, ConstantPoolEntryLiteral
public class ConstantPoolEntryInteger
extends AbstractConstantPoolEntry
implements ConstantPoolEntryLiteral
-
Nested Class Summary
Nested classes/interfaces inherited from interface ConstantPoolEntry
ConstantPoolEntry.Type -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longprivate final int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractConstantPoolEntry
getCp
-
Field Details
-
OFFSET_OF_BYTES
private static final long OFFSET_OF_BYTES- See Also:
-
value
private final int value
-
-
Constructor Details
-
ConstantPoolEntryInteger
-
-
Method Details
-
getRawByteLength
public long getRawByteLength()- Specified by:
getRawByteLengthin interfaceConstantPoolEntry
-
dump
- Specified by:
dumpin interfaceConstantPoolEntry
-
getValue
public int getValue() -
getStackType
- Specified by:
getStackTypein interfaceConstantPoolEntryLiteral
-
toString
-