Class ConstantPoolEntryClass
java.lang.Object
org.benf.cfr.reader.entities.AbstractConstantPoolEntry
org.benf.cfr.reader.entities.constantpool.ConstantPoolEntryClass
- All Implemented Interfaces:
ConstantPoolEntry, ConstantPoolEntryLiteral
public class ConstantPoolEntryClass
extends AbstractConstantPoolEntry
implements ConstantPoolEntryLiteral
-
Nested Class Summary
Nested classes/interfaces inherited from interface ConstantPoolEntry
ConstantPoolEntry.Type -
Field Summary
FieldsModifier and TypeFieldDescription(package private) JavaTypeInstance(package private) final intprivate static final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate JavaTypeInstanceconvertFromString(String rawType) voidprivate StringgetClassNameString(int index) longtoString()Methods inherited from class AbstractConstantPoolEntry
getCp
-
Field Details
-
OFFSET_OF_NAME_INDEX
private static final long OFFSET_OF_NAME_INDEX- See Also:
-
nameIndex
final int nameIndex -
javaTypeInstance
-
-
Constructor Details
-
ConstantPoolEntryClass
-
-
Method Details
-
getRawByteLength
public long getRawByteLength()- Specified by:
getRawByteLengthin interfaceConstantPoolEntry
-
toString
-
getTextPath
-
getFilePath
-
getClassNameString
-
dump
- Specified by:
dumpin interfaceConstantPoolEntry
-
convertFromString
-
getTypeInstance
-
getTypeInstanceKnownOuter
-
getTypeInstanceKnownInner
-
getStackType
- Specified by:
getStackTypein interfaceConstantPoolEntryLiteral
-