|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbsyn.Absyn
Absyn.Expr
Absyn.BinOpExpr
public abstract class BinOpExpr
Expressions with two operands.
Constructor Summary | |
---|---|
BinOpExpr(Expr e1,
Expr e2)
|
Method Summary |
---|
Methods inherited from class Absyn.Expr |
---|
accept |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BinOpExpr(Expr e1, Expr e2)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |