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
public static interface InstructionSet.ConstantPoolEntryConstant extends InstructionSet.Constant
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassModel.ConstantPool.Entry
getConstantPoolEntry()
int
getConstantPoolIndex()
-
Methods inherited from interface com.aparapi.internal.instruction.InstructionSet.Constant
getValue
-
-
-
-
Method Detail
-
getConstantPoolIndex
int getConstantPoolIndex()
-
getConstantPoolEntry
ClassModel.ConstantPool.Entry getConstantPoolEntry()
-
-