Uses of Class
sootup.core.jimple.common.expr.AbstractIntLongBinopExpr
-
Uses of AbstractIntLongBinopExpr in sootup.core.jimple.common.expr
Modifier and TypeClassDescriptionfinal class
An expression that computes a binary AND of two operands.final class
An expression that computes a binary OR of two operands.final class
An expression that shifts its operand to the left (<<).final class
An expression that shifts its operand to the left (>>).final class
Similar toJShrExpr
, but shifts zero into the leftmost position.final class
An expression that computes a binary XOR of two operands.