Uses of Class
sootup.core.jimple.common.expr.AbstractConditionExpr
Package
Description
-
Uses of AbstractConditionExpr in sootup.apk.frontend.instruction
Modifier and TypeMethodDescriptionprotected AbstractConditionExpr
ConditionalJumpInstruction.getComparisonExpr
(DexBody body, int reg) protected AbstractConditionExpr
ConditionalJumpInstruction.getComparisonExpr
(Immediate one, Immediate other) Get comparison expression depending on opcode between two immediates -
Uses of AbstractConditionExpr in sootup.apk.frontend.interceptors
Modifier and TypeMethodDescriptionprotected boolean
AbstractNullTransformer.isZeroComparison
(AbstractConditionExpr expr) Examine expr if it is a comparison with 0. -
Uses of AbstractConditionExpr in sootup.core.jimple
Modifier and TypeMethodDescriptionstatic JIfStmt
Jimple.newIfStmt
(AbstractConditionExpr condition, StmtPositionInfo posInfo) Constructs a IfStmt(Condition, Stmt) grammar chunk. -
Uses of AbstractConditionExpr in sootup.core.jimple.common.expr
Modifier and TypeClassDescriptionfinal class
An expression that checks whether two value are equal.final class
An expression that checks whether operand 1 >= operand 2.final class
An expression that checks whether operand 1 > operand 2.final class
An expression that checks whether operand 1 <= operand 2.final class
An expression that checks whether operand 1 < operand 2.final class
The opposite ofJEqExpr
-
Uses of AbstractConditionExpr in sootup.core.jimple.common.stmt
ModifierConstructorDescriptionJIfStmt
(AbstractConditionExpr condition, StmtPositionInfo positionInfo)