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