Uses of Class
sootup.core.jimple.common.stmt.JIfStmt
Packages that use JIfStmt
Package
Description
-
Uses of JIfStmt in sootup.apk.frontend.instruction
Methods in sootup.apk.frontend.instruction that return JIfStmtModifier and TypeMethodDescriptionprotected abstract JIfStmt
ConditionalJumpInstruction.ifStatement
(DexBody dexBody) protected JIfStmt
IfTestInstruction.ifStatement
(DexBody dexBody) protected JIfStmt
IfTestzInstruction.ifStatement
(DexBody dexBody) -
Uses of JIfStmt in sootup.core.jimple
Methods in sootup.core.jimple that return JIfStmtModifier and TypeMethodDescriptionstatic JIfStmt
Jimple.newIfStmt
(AbstractConditionExpr condition, StmtPositionInfo posInfo) Constructs a IfStmt(Condition, Stmt) grammar chunk. -
Uses of JIfStmt in sootup.core.jimple.basic
Methods in sootup.core.jimple.basic with parameters of type JIfStmt -
Uses of JIfStmt in sootup.core.jimple.common.stmt
Methods in sootup.core.jimple.common.stmt that return JIfStmtModifier and TypeMethodDescriptionJIfStmt.withCondition
(AbstractConditionExpr condition) JIfStmt.withPositionInfo
(StmtPositionInfo positionInfo) -
Uses of JIfStmt in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JIfStmtModifier and TypeMethodDescriptionvoid
AbstractStmtVisitor.caseIfStmt
(JIfStmt stmt) void
ReplaceUseStmtVisitor.caseIfStmt
(JIfStmt stmt) void
StmtVisitor.caseIfStmt
(JIfStmt stmt) -
Uses of JIfStmt in sootup.interceptors.typeresolving
Methods in sootup.interceptors.typeresolving with parameters of type JIfStmt