Package com.aparapi.internal.instruction
Interface InstructionSet.ConstantPoolEntryConstant
- All Superinterfaces:
InstructionSet.Constant
- All Known Implementing Classes:
InstructionSet.I_LDC
,InstructionSet.I_LDC_W
,InstructionSet.I_LDC2_W
- Enclosing class:
InstructionSet
-
Method Summary
Modifier and TypeMethodDescriptionint
Methods inherited from interface com.aparapi.internal.instruction.InstructionSet.Constant
getValue
-
Method Details
-
getConstantPoolIndex
int getConstantPoolIndex() -
getConstantPoolEntry
ClassModel.ConstantPool.Entry getConstantPoolEntry()
-