public class AssignmentStatement extends GoloStatement
| Constructor and Description |
|---|
AssignmentStatement(LocalReference localReference,
ExpressionStatement expressionStatement) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(GoloIrVisitor visitor) |
ExpressionStatement |
getExpressionStatement() |
LocalReference |
getLocalReference() |
boolean |
isDeclaring() |
void |
setDeclaring(boolean declaring) |
void |
setLocalReference(LocalReference localReference) |
getASTNode, getPositionInSourceCode, hasASTNode, setASTNodepublic AssignmentStatement(LocalReference localReference, ExpressionStatement expressionStatement)
public boolean isDeclaring()
public void setDeclaring(boolean declaring)
public LocalReference getLocalReference()
public void setLocalReference(LocalReference localReference)
public ExpressionStatement getExpressionStatement()
public void accept(GoloIrVisitor visitor)
accept in class GoloStatementCopyright © 2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.