Package sootup.apk.frontend.instruction
Class GotoInstruction
java.lang.Object
sootup.apk.frontend.instruction.DexLibAbstractInstruction
sootup.apk.frontend.instruction.JumpInstruction
sootup.apk.frontend.instruction.GotoInstruction
- All Implemented Interfaces:
DeferableInstruction
-
Field Summary
Fields inherited from class sootup.apk.frontend.instruction.JumpInstruction
markerUnit, targetInstruction
Fields inherited from class sootup.apk.frontend.instruction.DexLibAbstractInstruction
codeAddress, instruction, lineNumber, stmt
-
Constructor Summary
ConstructorDescriptionGotoInstruction
(org.jf.dexlib2.iface.instruction.Instruction instruction, int codeAddress) -
Method Summary
Modifier and TypeMethodDescriptionvoid
deferredJimplify
(DexBody body) Jimplify this instruction with the guarantee that every other (non-deferred) instruction has been jimplified.void
Jimplify this instruction.Methods inherited from class sootup.apk.frontend.instruction.JumpInstruction
getTargetInstruction
Methods inherited from class sootup.apk.frontend.instruction.DexLibAbstractInstruction
getInstruction, getLineNumber, getStmt, getUsedRegistersNums, getUsedRegistersNums, setLineNumber, setStmt
-
Constructor Details
-
GotoInstruction
public GotoInstruction(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.
-
deferredJimplify
Description copied from interface:DeferableInstruction
Jimplify this instruction with the guarantee that every other (non-deferred) instruction has been jimplified.- Specified by:
deferredJimplify
in interfaceDeferableInstruction
- Parameters:
body
- to jimplify into
-