public class IfTestzInstruction extends ConditionalJumpInstruction
markerUnit, targetInstruction
codeAddress, instruction, lineNumber, unit
Constructor and Description |
---|
IfTestzInstruction(Instruction instruction,
int codeAdress) |
Modifier and Type | Method and Description |
---|---|
protected IfStmt |
ifStatement(DexBody body)
Return an if statement depending on the instruction.
|
deferredJimplify, getComparisonExpr, getComparisonExpr, jimplify
getTargetInstruction
addTags, getInstruction, getLineNumber, getUnit, getUsedRegistersNums, getUsedRegistersNums, introducedTypes, setLineNumber, setUnit
public IfTestzInstruction(Instruction instruction, int codeAdress)
protected IfStmt ifStatement(DexBody body)
ConditionalJumpInstruction
ifStatement
in class ConditionalJumpInstruction