Package com.aparapi.internal.instruction
Interface InstructionSet.VirtualMethodCall
-
- All Superinterfaces:
InstructionSet.MethodCall
- All Known Implementing Classes:
InstructionSet.I_INVOKESPECIAL
,InstructionSet.I_INVOKEVIRTUAL
- Enclosing class:
- InstructionSet
public static interface InstructionSet.VirtualMethodCall extends InstructionSet.MethodCall
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Instruction
getInstanceReference()
-
Methods inherited from interface com.aparapi.internal.instruction.InstructionSet.MethodCall
getArg, getConstantPoolMethodEntry, getConstantPoolMethodIndex
-
-
-
-
Method Detail
-
getInstanceReference
Instruction getInstanceReference()
-
-