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 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
Methods in sootup.apk.frontend.interceptors with parameters of type AbstractConditionExprModifier and TypeMethodDescriptionprotected boolean
AbstractNullTransformer.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 JIfStmt
Jimple.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 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
Methods in sootup.core.jimple.common.stmt that return AbstractConditionExprMethods in sootup.core.jimple.common.stmt with parameters of type AbstractConditionExprConstructors in sootup.core.jimple.common.stmt with parameters of type AbstractConditionExprModifierConstructorDescriptionJIfStmt
(AbstractConditionExpr condition, StmtPositionInfo positionInfo)