|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--ast.Expr
|
+--ast.BinOpExpr
| Field Summary | |
java.lang.String |
binop
|
Expr |
exprLeft
|
Expr |
exprRight
|
| Fields inherited from class ast.Expr |
line |
| Constructor Summary | |
BinOpExpr(int line,
Expr exprLeft,
java.lang.String binop,
Expr exprRight)
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public Expr exprLeft
public java.lang.String binop
public Expr exprRight
| Constructor Detail |
public BinOpExpr(int line,
Expr exprLeft,
java.lang.String binop,
Expr exprRight)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||