public final class SetStatement extends Statement
| Constructor and Description |
|---|
SetStatement(int line,
String to,
Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(StatementVisitor statementVisitor) |
String |
getTo() |
getExpression, getLine, toStringpublic SetStatement(int line,
String to,
Expression expression)
public void accept(StatementVisitor statementVisitor)
public String getTo()
Copyright © 2014. All Rights Reserved.