net.jangaroo.jooc.ast
Class CaseStatement
java.lang.Object
net.jangaroo.jooc.ast.NodeImplBase
net.jangaroo.jooc.ast.Directive
net.jangaroo.jooc.ast.Statement
net.jangaroo.jooc.ast.KeywordStatement
net.jangaroo.jooc.ast.CaseStatement
- All Implemented Interfaces:
- AstNode, CodeGenerator
public class CaseStatement
- extends KeywordStatement
- Author:
- Andreas Gawecki
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CaseStatement
public CaseStatement(JooSymbol symCase,
Expr expr,
JooSymbol symColon)
visit
public void visit(AstVisitor visitor)
throws IOException
- Throws:
IOException
scope
public void scope(Scope scope)
analyze
public void analyze(AstNode parentNode)
- Specified by:
analyze in interface AstNode- Overrides:
analyze in class NodeImplBase
getExpr
public Expr getExpr()
getSymColon
public JooSymbol getSymColon()
Copyright © 2002-2011 CoreMedia AG. All Rights Reserved.