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 JIfStmtConditionalJumpInstruction.ifStatement(DexBody dexBody) protected JIfStmtIfTestInstruction.ifStatement(DexBody dexBody) protected JIfStmtIfTestzInstruction.ifStatement(DexBody dexBody) -
Uses of JIfStmt in sootup.core.jimple
Methods in sootup.core.jimple that return JIfStmtModifier and TypeMethodDescriptionstatic JIfStmtJimple.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.asJIfStmt()default JIfStmtStmt.asJIfStmt()@NonNull JIfStmtJIfStmt.withCondition(@NonNull AbstractConditionExpr condition) @NonNull JIfStmtJIfStmt.withPositionInfo(@NonNull StmtPositionInfo positionInfo) Methods in sootup.core.jimple.common.stmt that return types with arguments of type JIfStmt -
Uses of JIfStmt in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JIfStmtModifier and TypeMethodDescriptionvoidAbstractStmtVisitor.caseIfStmt(@NonNull JIfStmt stmt) voidReplaceUseStmtVisitor.caseIfStmt(@NonNull JIfStmt stmt) voidStmtVisitor.caseIfStmt(JIfStmt stmt) -
Uses of JIfStmt in sootup.interceptors.typeresolving
Methods in sootup.interceptors.typeresolving with parameters of type JIfStmt -
Uses of JIfStmt in sootup.java.core.exceptions
Methods in sootup.java.core.exceptions with parameters of type JIfStmtModifier and TypeMethodDescriptionvoidExceptionInferStmtVisitor.caseIfStmt(@NonNull JIfStmt stmt)