Class AbstractIntLongBinopExpr

java.lang.Object
sootup.core.jimple.common.expr.AbstractBinopExpr
sootup.core.jimple.common.expr.AbstractIntLongBinopExpr
All Implemented Interfaces:
EquivTo, Value, Expr, Acceptor<ExprVisitor>
Direct Known Subclasses:
JAndExpr, JOrExpr, JShlExpr, JShrExpr, JUshrExpr, JXorExpr

public abstract class AbstractIntLongBinopExpr extends AbstractBinopExpr
  • Method Details

    • getType

      @Nonnull public Type getType()
      Description copied from interface: Value
      Returns the Soot type of this Value.