Package com.aparapi.internal.instruction
Interface InstructionSet.InterfaceConstantPoolMethodIndexAccessor
-
- All Known Implementing Classes:
InstructionSet.I_INVOKEDYNAMIC
,InstructionSet.I_INVOKEINTERFACE
- Enclosing class:
- InstructionSet
public static interface InstructionSet.InterfaceConstantPoolMethodIndexAccessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Instruction
getArg(int _arg)
int
getArgs()
ClassModel.ConstantPool.InterfaceMethodEntry
getConstantPoolInterfaceMethodEntry()
int
getConstantPoolInterfaceMethodIndex()
Instruction
getInstanceReference()
-
-
-
Method Detail
-
getConstantPoolInterfaceMethodIndex
int getConstantPoolInterfaceMethodIndex()
-
getConstantPoolInterfaceMethodEntry
ClassModel.ConstantPool.InterfaceMethodEntry getConstantPoolInterfaceMethodEntry()
-
getInstanceReference
Instruction getInstanceReference()
-
getArgs
int getArgs()
-
getArg
Instruction getArg(int _arg)
-
-