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