public final class CaseBlockStatement extends CaseStatement
| Constructor and Description |
|---|
CaseBlockStatement(int line,
LiteralExpression value,
ImmutableList<Statement> statements,
boolean breakCase) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(CaseStatementVisitor visitor) |
void |
accept(StatementVisitor statementVisitor) |
LiteralExpression |
getliteralExpression() |
ImmutableList<Statement> |
getStatements() |
boolean |
isBreakCase() |
getExpression, getLine, toStringpublic CaseBlockStatement(int line,
LiteralExpression value,
ImmutableList<Statement> statements,
boolean breakCase)
public void accept(StatementVisitor statementVisitor)
public ImmutableList<Statement> getStatements()
public boolean isBreakCase()
public LiteralExpression getliteralExpression()
public void accept(CaseStatementVisitor visitor)
accept in class CaseStatementCopyright © 2014. All Rights Reserved.