class BinOp extends java.lang.Object implements Expr
private Expr
l
private Op
op
r
BinOp(Expr l, Op op, Expr r)
<T> T
accept(ExprVisitor<T> v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final Expr l
private final Expr r
private final Op op
public BinOp(Expr l, Op op, Expr r)
public <T> T accept(ExprVisitor<T> v)
accept
Expr