Class Invoke.InvokeInterface
java.lang.Object
com.ibm.wala.dalvik.dex.instructions.Instruction
com.ibm.wala.dalvik.dex.instructions.Invoke
com.ibm.wala.dalvik.dex.instructions.Invoke.InvokeInterface
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ibm.wala.dalvik.dex.instructions.Invoke
Invoke.InvokeDirect, Invoke.InvokeInterface, Invoke.InvokeStatic, Invoke.InvokeSuper, Invoke.InvokeVirtual
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.Invoke
args, clazzName, descriptor, methodName
Fields inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
method, noInstructions, opcode, pc
-
Constructor Summary
ConstructorDescriptionInvokeInterface
(int instLoc, String clazzName, String methodName, String descriptor, int[] args, org.jf.dexlib2.Opcode opcode, DexIMethod method) -
Method Summary
Methods inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
getBranchTargets, getOpcode, getParentMethod, isFallThrough, isPEI
-
Constructor Details
-
InvokeInterface
public InvokeInterface(int instLoc, String clazzName, String methodName, String descriptor, int[] args, org.jf.dexlib2.Opcode opcode, DexIMethod method)
-
-
Method Details
-
getInvocationCode
- Specified by:
getInvocationCode
in classInvoke
-
toString
-