Interface InstructionSet.FieldReference
- All Known Subinterfaces:
InstructionSet.AccessField, InstructionSet.AccessInstanceField, InstructionSet.AssignToField, InstructionSet.AssignToInstanceField
- All Known Implementing Classes:
InstructionSet.I_GETFIELD, InstructionSet.I_GETSTATIC, InstructionSet.I_PUTFIELD, InstructionSet.I_PUTSTATIC
- Enclosing class:
InstructionSet
public static interface InstructionSet.FieldReference
-
Method Summary
Modifier and TypeMethodDescriptionint
-
Method Details
-
getConstantPoolFieldIndex
int getConstantPoolFieldIndex() -
getConstantPoolFieldEntry
ClassModel.ConstantPool.FieldEntry getConstantPoolFieldEntry()
-