Package sootup.apk.frontend.instruction
Class MoveResultInstruction
java.lang.Object
sootup.apk.frontend.instruction.DexLibAbstractInstruction
sootup.apk.frontend.instruction.MoveResultInstruction
-
Field Summary
Fields inherited from class sootup.apk.frontend.instruction.DexLibAbstractInstruction
codeAddress, instruction, lineNumber, stmt
-
Constructor Summary
ConstructorDescriptionMoveResultInstruction
(org.jf.dexlib2.iface.instruction.Instruction instruction, int codeAdress) -
Method Summary
Methods inherited from class sootup.apk.frontend.instruction.DexLibAbstractInstruction
getInstruction, getLineNumber, getStmt, getUsedRegistersNums, getUsedRegistersNums, setLineNumber, setStmt
-
Constructor Details
-
MoveResultInstruction
public MoveResultInstruction(org.jf.dexlib2.iface.instruction.Instruction instruction, int codeAdress)
-
-
Method Details
-
jimplify
Description copied from class:DexLibAbstractInstruction
Jimplify this instruction.- Specified by:
jimplify
in classDexLibAbstractInstruction
- Parameters:
body
- to jimplify into.
-