public class SwitchStatement extends KeywordStatement
NodeImplBase.Scoped| Constructor and Description |
|---|
SwitchStatement(JooSymbol symSwitch,
ParenthesizedExpr cond,
JooSymbol lBrace,
List<Directive> directives,
JooSymbol rBrace) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(AstNode parentNode) |
BlockStatement |
getBlock() |
List<? extends AstNode> |
getChildren() |
ParenthesizedExpr |
getCond() |
void |
scope(Scope scope) |
void |
visit(AstVisitor visitor) |
getSymbol, getSymKeywordisClassMember, isStatic, setClassMemberanalyze, getParentNode, makeChildren, scope, withNewDeclarationScope, withNewLabelScopepublic List<? extends AstNode> getChildren()
getChildren in interface AstNodegetChildren in class NodeImplBasepublic void visit(AstVisitor visitor) throws IOException
IOExceptionpublic void scope(Scope scope)
public void analyze(AstNode parentNode)
analyze in interface AstNodeanalyze in class NodeImplBasepublic ParenthesizedExpr getCond()
public BlockStatement getBlock()
Copyright © 2002–2015 CoreMedia AG. All rights reserved.