Class Invoke
java.lang.Object
com.ibm.wala.dalvik.dex.instructions.Instruction
com.ibm.wala.dalvik.dex.instructions.Invoke
- Direct Known Subclasses:
Invoke.InvokeDirect, Invoke.InvokeInterface, Invoke.InvokeStatic, Invoke.InvokeSuper, Invoke.InvokeVirtual
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classNested classes/interfaces inherited from class Instruction
Instruction.Visitor -
Field Summary
FieldsFields inherited from class Instruction
method, noInstructions, opcode, pc -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInvoke(int instLoc, String clazzName, String methodName, String descriptor, int[] args, org.jf.dexlib2.Opcode opcode, DexIMethod method) -
Method Summary
Modifier and TypeMethodDescriptionabstract IInvokeInstruction.IDispatchvoidvisit(Instruction.Visitor visitor) Methods inherited from class Instruction
getBranchTargets, getOpcode, getParentMethod, isFallThrough, isPEI
-
Field Details
-
args
public final int[] args -
clazzName
-
methodName
-
descriptor
-
-
Constructor Details
-
Invoke
protected Invoke(int instLoc, String clazzName, String methodName, String descriptor, int[] args, org.jf.dexlib2.Opcode opcode, DexIMethod method)
-
-
Method Details
-
visit
- Specified by:
visitin classInstruction
-
getInvocationCode
-