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, 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)
public Expr getExpr()
public JooSymbol getSymColon()
Copyright © 2002–2016 CoreMedia AG. All rights reserved.