Package sootup.apk.frontend.instruction
Class IfTestInstruction
java.lang.Object
sootup.apk.frontend.instruction.DexLibAbstractInstruction
sootup.apk.frontend.instruction.JumpInstruction
sootup.apk.frontend.instruction.ConditionalJumpInstruction
sootup.apk.frontend.instruction.IfTestInstruction
- 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
ConstructorDescriptionIfTestInstruction
(org.jf.dexlib2.iface.instruction.Instruction instruction, int codeAddress) -
Method Summary
Methods inherited from class sootup.apk.frontend.instruction.ConditionalJumpInstruction
deferredJimplify, getComparisonExpr, getComparisonExpr, jimplify
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
-
IfTestInstruction
public IfTestInstruction(org.jf.dexlib2.iface.instruction.Instruction instruction, int codeAddress)
-
-
Method Details
-
ifStatement
- Specified by:
ifStatement
in classConditionalJumpInstruction
-