Uses of Class
sootup.core.jimple.common.expr.AbstractBinopExpr
Packages that use AbstractBinopExpr
-
Uses of AbstractBinopExpr in sootup.core.jimple.basic
Methods in sootup.core.jimple.basic with parameters of type AbstractBinopExprModifier and TypeMethodDescriptionboolean
JimpleComparator.caseAbstractBinopExpr
(AbstractBinopExpr obj, Object o) -
Uses of AbstractBinopExpr in sootup.core.jimple.common.expr
Subclasses of AbstractBinopExpr in sootup.core.jimple.common.exprModifier and TypeClassDescriptionclass
class
class
class
final class
An expression that adds two numbers.final class
An expression that computes a binary AND of two operands.final class
final class
final class
final class
An expression that divides a number by another.final 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
An expression that multiplies two numbers.final class
The opposite ofJEqExpr
final class
An expression that computes a binary OR of two operands.final class
An expression that computes a % b.final class
An expression that shifts its operand to the left (<<).final class
An expression that shifts its operand to the left (>>).final class
An expression that subtracts operand 2 from operand 1.final class
Similar toJShrExpr
, but shifts zero into the leftmost position.final class
An expression that computes a binary XOR of two operands.Methods in sootup.core.jimple.common.expr that return AbstractBinopExpr