Class ConstantPoolEntryFieldRef

java.lang.Object
org.benf.cfr.reader.entities.AbstractConstantPoolEntry
org.benf.cfr.reader.entities.constantpool.ConstantPoolEntryFieldRef
All Implemented Interfaces:
ConstantPoolEntry

public class ConstantPoolEntryFieldRef extends AbstractConstantPoolEntry
  • 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

  • Method Details