Invoke.InvokeDirect, Invoke.InvokeInterface, Invoke.InvokeStatic, Invoke.InvokeSuper, Invoke.InvokeVirtual
Instruction.Visitor
args, clazzName, descriptor, methodName
method, noInstructions, opcode, pc
Constructor and Description |
---|
InvokeVirtual(int instLoc,
String clazzName,
String methodName,
String descriptor,
int[] args,
org.jf.dexlib.Code.Opcode opcode,
DexIMethod method) |
Modifier and Type | Method and Description |
---|---|
IInvokeInstruction.IDispatch |
getInvocationCode() |
String |
toString() |
getBranchTargets, getOpcode, getParentMethod, isFallThrough, isPEI
public InvokeVirtual(int instLoc, String clazzName, String methodName, String descriptor, int[] args, org.jf.dexlib.Code.Opcode opcode, DexIMethod method)
public IInvokeInstruction.IDispatch getInvocationCode()
getInvocationCode
in class Invoke