Uses of Class
sootup.core.jimple.common.expr.AbstractIntBinopExpr
Packages that use AbstractIntBinopExpr
-
Uses of AbstractIntBinopExpr in sootup.core.jimple.common.expr
Subclasses of AbstractIntBinopExpr in sootup.core.jimple.common.exprModifier and TypeClassDescriptionclassAbstract base class for condition (comparison) expressions.final classfinal classfinal classfinal 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