Class ConstantPoolEntryString
java.lang.Object
org.benf.cfr.reader.entities.AbstractConstantPoolEntry
org.benf.cfr.reader.entities.constantpool.ConstantPoolEntryString
- All Implemented Interfaces:
ConstantPoolEntry
,ConstantPoolEntryLiteral
public class ConstantPoolEntryString
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 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.benf.cfr.reader.entities.AbstractConstantPoolEntry
getCp
-
Field Details
-
OFFSET_OF_STRING_INDEX
private static final long OFFSET_OF_STRING_INDEX- See Also:
-
stringIndex
private final long stringIndex -
string
-
-
Constructor Details
-
ConstantPoolEntryString
-
-
Method Details
-
getRawByteLength
public long getRawByteLength()- Specified by:
getRawByteLength
in interfaceConstantPoolEntry
-
dump
- Specified by:
dump
in interfaceConstantPoolEntry
-
getValue
-
getStackType
- Specified by:
getStackType
in interfaceConstantPoolEntryLiteral
-