public class MulExpr extends BinOpExpr
e1, e2
MulExpr(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 MulExpr(Expr e1, Expr e2)
public void accept(Visitor v)
accept
Visitable
Expr
public Type accept(TypeVisitor v)
public Exp accept(TreeVisitor v)