| Modifier and Type | Field and Description |
|---|---|
za.ac.sun.cs.green.expr.Expression |
lhs |
za.ac.sun.cs.green.expr.Expression |
rhs |
| Constructor and Description |
|---|
AssignmentStmt(za.ac.sun.cs.green.expr.Expression lhs,
za.ac.sun.cs.green.expr.Expression rhs) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(AstVisitor<T> visitor) |
boolean |
equals(Stmt stmt2) |
java.lang.String |
toString() |
public final za.ac.sun.cs.green.expr.Expression lhs
public final za.ac.sun.cs.green.expr.Expression rhs
public AssignmentStmt(za.ac.sun.cs.green.expr.Expression lhs,
za.ac.sun.cs.green.expr.Expression rhs)
public java.lang.String toString()
public <T> T accept(AstVisitor<T> visitor)