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
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
Nested classes/interfaces inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
Instruction.Visitor
-
Field Summary
Fields inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
method, noInstructions, opcode, pc
-
Constructor Summary
ModifierConstructorDescriptionprotected
Invoke
(int instLoc, String clazzName, String methodName, String descriptor, int[] args, org.jf.dexlib2.Opcode opcode, DexIMethod method) -
Method Summary
Modifier and TypeMethodDescriptionabstract IInvokeInstruction.IDispatch
void
visit
(Instruction.Visitor visitor) Methods inherited from class com.ibm.wala.dalvik.dex.instructions.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:
visit
in classInstruction
-
getInvocationCode
-