|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbsyn.Absyn
Absyn.Expr
Absyn.BinOpExpr
Absyn.AddExpr
public class AddExpr
Addition Expressions.
Constructor Summary | |
---|---|
AddExpr(Expr e1,
Expr e2)
|
Method Summary | |
---|---|
void |
accept(Visitor v)
Visitor pattern dispatch. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddExpr(Expr e1, Expr e2)
Method Detail |
---|
public void accept(Visitor v)
accept
in interface Visitable
accept
in class Expr
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |