Class ConstantPoolEntryFieldRef
java.lang.Object
org.benf.cfr.reader.entities.AbstractConstantPoolEntry
org.benf.cfr.reader.entities.constantpool.ConstantPoolEntryFieldRef
- All Implemented Interfaces:
ConstantPoolEntry
-
Nested Class Summary
Nested classes/interfaces inherited from interface ConstantPoolEntry
ConstantPoolEntry.Type -
Field Summary
FieldsModifier and TypeFieldDescription(package private) JavaTypeInstance(package private) final int(package private) final intprivate static final longprivate static final long -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractConstantPoolEntry
getCp
-
Field Details
-
OFFSET_OF_CLASS_INDEX
private static final long OFFSET_OF_CLASS_INDEX- See Also:
-
OFFSET_OF_NAME_AND_TYPE_INDEX
private static final long OFFSET_OF_NAME_AND_TYPE_INDEX- See Also:
-
classIndex
final int classIndex -
nameAndTypeIndex
final int nameAndTypeIndex -
cachedDecodedType
JavaTypeInstance cachedDecodedType
-
-
Constructor Details
-
ConstantPoolEntryFieldRef
-
-
Method Details
-
getRawByteLength
public long getRawByteLength() -
dump
-
getClassEntry
-
getNameAndTypeEntry
-
getLocalName
-
getJavaTypeInstance
-
getStackType
-
toString
-