Package sootup.apk.frontend.instruction
Class JumpInstruction
java.lang.Object
sootup.apk.frontend.instruction.DexLibAbstractInstruction
sootup.apk.frontend.instruction.JumpInstruction
- Direct Known Subclasses:
ConditionalJumpInstruction
,GotoInstruction
-
Field Summary
Fields inherited from class sootup.apk.frontend.instruction.DexLibAbstractInstruction
codeAddress, instruction, lineNumber, stmt
-
Constructor Summary
ConstructorDescriptionJumpInstruction
(org.jf.dexlib2.iface.instruction.Instruction instruction, int codeAddress) -
Method Summary
Modifier and TypeMethodDescriptionprotected DexLibAbstractInstruction
getTargetInstruction
(DexBody body) Methods inherited from class sootup.apk.frontend.instruction.DexLibAbstractInstruction
getInstruction, getLineNumber, getStmt, getUsedRegistersNums, getUsedRegistersNums, jimplify, setLineNumber, setStmt
-
Field Details
-
targetInstruction
-
markerUnit
-
-
Constructor Details
-
JumpInstruction
public JumpInstruction(org.jf.dexlib2.iface.instruction.Instruction instruction, int codeAddress) - Parameters:
instruction
- the underlying dexlib instructioncodeAddress
- the bytecode address of this instruction
-
-
Method Details
-
getTargetInstruction
-