Uses of Class
sootup.core.jimple.common.expr.AbstractConditionExpr
Packages that use AbstractConditionExpr
Package
Description
-
Uses of AbstractConditionExpr in sootup.apk.frontend.instruction
Methods in sootup.apk.frontend.instruction that return AbstractConditionExprModifier and TypeMethodDescriptionprotected AbstractConditionExprConditionalJumpInstruction.getComparisonExpr(DexBody body, int reg) protected AbstractConditionExprConditionalJumpInstruction.getComparisonExpr(Immediate one, Immediate other) Get comparison expression depending on opcode between two immediates -
Uses of AbstractConditionExpr in sootup.apk.frontend.interceptors
Methods in sootup.apk.frontend.interceptors with parameters of type AbstractConditionExprModifier and TypeMethodDescriptionprotected booleanAbstractNullTransformer.isZeroComparison(AbstractConditionExpr expr) Examine expr if it is a comparison with 0. -
Uses of AbstractConditionExpr in sootup.core.jimple
Methods in sootup.core.jimple with parameters of type AbstractConditionExprModifier and TypeMethodDescriptionstatic JIfStmtJimple.newIfStmt(AbstractConditionExpr condition, StmtPositionInfo posInfo) Constructs a IfStmt(Condition, Stmt) grammar chunk. -
Uses of AbstractConditionExpr in sootup.core.jimple.common.expr
Subclasses of AbstractConditionExpr in sootup.core.jimple.common.exprModifier and TypeClassDescriptionfinal classAn expression that checks whether two value are equal.final classAn expression that checks whether operand 1 >= operand 2.final classAn expression that checks whether operand 1 > operand 2.final classAn expression that checks whether operand 1 <= operand 2.final classAn expression that checks whether operand 1 < operand 2.final classThe opposite ofJEqExpr -
Uses of AbstractConditionExpr in sootup.core.jimple.common.stmt
Methods in sootup.core.jimple.common.stmt that return AbstractConditionExprMethods in sootup.core.jimple.common.stmt with parameters of type AbstractConditionExprModifier and TypeMethodDescription@NonNull JIfStmtJIfStmt.withCondition(@NonNull AbstractConditionExpr condition) Constructors in sootup.core.jimple.common.stmt with parameters of type AbstractConditionExprModifierConstructorDescriptionJIfStmt(@NonNull AbstractConditionExpr condition, @NonNull StmtPositionInfo positionInfo)