public class SwitchStatement extends IdentifiedStatement
| Constructor and Description |
|---|
SwitchStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(StatementVisitor visitor) |
List<SwitchClause> |
getClauses() |
List<Statement> |
getDefaultClause() |
Expr |
getValue() |
void |
setValue(Expr value) |
getId, setIdassign, cond, cond, empty, exitFunction, initClass, raiseExceptionpublic List<SwitchClause> getClauses()
public Expr getValue()
public void setValue(Expr value)
public void acceptVisitor(StatementVisitor visitor)
acceptVisitor in class StatementCopyright © 2015. All rights reserved.