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 classInvoke.InvokeDirectstatic classInvoke.InvokeInterfacestatic classInvoke.InvokeStaticstatic classInvoke.InvokeSuperstatic classInvoke.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[]argsStringclazzNameStringdescriptorStringmethodName-
Fields inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
method, noInstructions, opcode, pc
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedInvoke(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.IDispatchgetInvocationCode()voidvisit(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:
visitin classInstruction
-
getInvocationCode
public abstract IInvokeInstruction.IDispatch getInvocationCode()
-
-