public class AssignmentStatement extends Statement
| Constructor and Description |
|---|
AssignmentStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(StatementVisitor visitor) |
Set<String> |
getDebugNames() |
Expr |
getLeftValue() |
NodeLocation |
getLocation() |
Expr |
getRightValue() |
boolean |
isAsync() |
void |
setAsync(boolean async) |
void |
setLeftValue(Expr leftValue) |
void |
setLocation(NodeLocation location) |
void |
setRightValue(Expr rightValue) |
assign, cond, cond, empty, exitFunction, initClass, raiseExceptionpublic Expr getLeftValue()
public void setLeftValue(Expr leftValue)
public Expr getRightValue()
public void setRightValue(Expr rightValue)
public NodeLocation getLocation()
public void setLocation(NodeLocation location)
public boolean isAsync()
public void setAsync(boolean async)
public void acceptVisitor(StatementVisitor visitor)
acceptVisitor in class StatementCopyright © 2015. All rights reserved.