public interface ExprVisitor<T>
T
visitBinOp(Expr l, Op op, Expr r)
visitConst(int c)
T visitConst(int c)
T visitBinOp(Expr l, Op op, Expr r)