public class SwitchStatement extends Statement
| Constructor and Description |
|---|
SwitchStatement() |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getExpression() |
List<SwitchBlock> |
getSwitchBlocks() |
void |
setExpression(Expression expression) |
void |
setSwitchBlocks(List<SwitchBlock> switchBlocks) |
protected void |
visitChildren(Visitors visitors) |
getEndColumn, getEndLine, getStartColumn, getStartLine, setEndColumn, setEndLine, setStartColumn, setStartLine, visitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndColumn, getEndLine, getStartColumn, getStartLine, visitpublic Expression getExpression()
public List<SwitchBlock> getSwitchBlocks()
public void setExpression(Expression expression)
public void setSwitchBlocks(List<SwitchBlock> switchBlocks)
protected void visitChildren(Visitors visitors)
visitChildren in class StatementCopyright © 2013. All rights reserved.