public class CaseStatement extends KeywordStatement
NodeImplBase.Scoped| Constructor and Description |
|---|
CaseStatement(JooSymbol symCase,
Expr expr,
JooSymbol symColon) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(AstNode parentNode) |
List<? extends AstNode> |
getChildren() |
Expr |
getExpr() |
JooSymbol |
getSymColon() |
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 Expr getExpr()
public JooSymbol getSymColon()
Copyright © 2002–2019 CoreMedia AG. All rights reserved.