Package com.aparapi.internal.instruction
Interface InstructionSet.AssignToField
-
- All Superinterfaces:
InstructionSet.FieldReference
- All Known Subinterfaces:
InstructionSet.AssignToInstanceField
- All Known Implementing Classes:
InstructionSet.I_PUTFIELD
,InstructionSet.I_PUTSTATIC
- Enclosing class:
- InstructionSet
public static interface InstructionSet.AssignToField extends InstructionSet.FieldReference
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Instruction
getValueToAssign()
-
Methods inherited from interface com.aparapi.internal.instruction.InstructionSet.FieldReference
getConstantPoolFieldEntry, getConstantPoolFieldIndex
-
-
-
-
Method Detail
-
getValueToAssign
Instruction getValueToAssign()
-
-