|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--ast.Expr
|
+--ast.AssignExpr
| Field Summary | |
Expr |
exprLeft
|
Expr |
exprRight
|
| Fields inherited from class ast.Expr |
line |
| Constructor Summary | |
AssignExpr(int line,
Expr exprLeft,
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 Expr exprRight
| Constructor Detail |
public AssignExpr(int line,
Expr exprLeft,
Expr exprRight)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||