Package com.aparapi.internal.instruction
Interface InstructionSet.MethodCall
-
- All Known Subinterfaces:
InstructionSet.VirtualMethodCall
- All Known Implementing Classes:
InstructionSet.I_INVOKESPECIAL
,InstructionSet.I_INVOKESTATIC
,InstructionSet.I_INVOKEVIRTUAL
- Enclosing class:
- InstructionSet
public static interface InstructionSet.MethodCall
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Instruction
getArg(int _arg)
ClassModel.ConstantPool.MethodEntry
getConstantPoolMethodEntry()
int
getConstantPoolMethodIndex()
-
-
-
Method Detail
-
getConstantPoolMethodIndex
int getConstantPoolMethodIndex()
-
getConstantPoolMethodEntry
ClassModel.ConstantPool.MethodEntry getConstantPoolMethodEntry()
-
getArg
Instruction getArg(int _arg)
-
-