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 org.benf.cfr.reader.entities.constantpool.ConstantPoolEntry
ConstantPoolEntry.Type
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) JavaTypeInstance
(package private) final int
(package private) final int
private static final long
private static final long
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.benf.cfr.reader.entities.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