public class AssignmentExpr extends Expr
| Constructor and Description |
|---|
AssignmentExpr(Expr target,
Expr value) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
acceptVisitor(ExprVisitor<T> visitor) |
Expr |
getTarget() |
Expr |
getValue() |
public Expr getTarget()
public Expr getValue()
public <T> T acceptVisitor(ExprVisitor<T> visitor)
acceptVisitor in class ExprCopyright © 2019. All rights reserved.