public class SubExpr extends BinOpExpr
e1, e2
SubExpr(Expr e1, Expr e2)
Exp
accept(TreeVisitor v)
Type
accept(TypeVisitor v)
void
accept(Visitor v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SubExpr(Expr e1, Expr e2)
public void accept(Visitor v)
accept
Visitable
Expr
public Type accept(TypeVisitor v)
public Exp accept(TreeVisitor v)