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
public abstract class Invoke extends Instruction
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Invoke.InvokeDirect
static class
Invoke.InvokeInterface
static class
Invoke.InvokeStatic
static class
Invoke.InvokeSuper
static class
Invoke.InvokeVirtual
-
Nested classes/interfaces inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
Instruction.Visitor
-
-
Field Summary
Fields Modifier and Type Field Description int[]
args
String
clazzName
String
descriptor
String
methodName
-
Fields inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
method, noInstructions, opcode, pc
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Invoke(int instLoc, String clazzName, String methodName, String descriptor, int[] args, org.jf.dexlib.Code.Opcode opcode, DexIMethod method)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract IInvokeInstruction.IDispatch
getInvocationCode()
void
visit(Instruction.Visitor visitor)
-
Methods inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
getBranchTargets, getOpcode, getParentMethod, isFallThrough, isPEI
-
-
-
-
Constructor Detail
-
Invoke
protected Invoke(int instLoc, String clazzName, String methodName, String descriptor, int[] args, org.jf.dexlib.Code.Opcode opcode, DexIMethod method)
-
-
Method Detail
-
visit
public void visit(Instruction.Visitor visitor)
- Specified by:
visit
in classInstruction
-
getInvocationCode
public abstract IInvokeInstruction.IDispatch getInvocationCode()
-
-