Package sootup.apk.frontend.instruction
Class InvokeVirtualInstruction
java.lang.Object
sootup.apk.frontend.instruction.DexLibAbstractInstruction
sootup.apk.frontend.instruction.MethodInvocationInstruction
sootup.apk.frontend.instruction.InvokeVirtualInstruction
- All Implemented Interfaces:
DanglingInstruction
-
Field Summary
Fields inherited from class sootup.apk.frontend.instruction.MethodInvocationInstruction
assignStmt, invocation
Fields inherited from class sootup.apk.frontend.instruction.DexLibAbstractInstruction
codeAddress, instruction, lineNumber, stmt
-
Constructor Summary
ConstructorDescriptionInvokeVirtualInstruction
(org.jf.dexlib2.iface.instruction.Instruction instruction, int codeAddress) -
Method Summary
Methods inherited from class sootup.apk.frontend.instruction.MethodInvocationInstruction
buildArgs, buildParameters, convertParameterTypes, finalize, getUsedRegistersNums, isWide, jimplifyInterface, jimplifySpecial, jimplifyStatic, jimplifyVirtual
Methods inherited from class sootup.apk.frontend.instruction.DexLibAbstractInstruction
getInstruction, getLineNumber, getStmt, getUsedRegistersNums, getUsedRegistersNums, setLineNumber, setStmt
-
Constructor Details
-
InvokeVirtualInstruction
public InvokeVirtualInstruction(org.jf.dexlib2.iface.instruction.Instruction instruction, int codeAddress)
-
-
Method Details
-
jimplify
Description copied from class:DexLibAbstractInstruction
Jimplify this instruction.- Specified by:
jimplify
in classDexLibAbstractInstruction
- Parameters:
body
- to jimplify into.
-