net.jangaroo.jooc.ast
Class WhileStatement

java.lang.Object
  extended by net.jangaroo.jooc.ast.NodeImplBase
      extended by net.jangaroo.jooc.ast.Directive
          extended by net.jangaroo.jooc.ast.Statement
              extended by net.jangaroo.jooc.ast.KeywordStatement
                  extended by net.jangaroo.jooc.ast.LoopStatement
                      extended by net.jangaroo.jooc.ast.ConditionalLoopStatement
                          extended by net.jangaroo.jooc.ast.WhileStatement
All Implemented Interfaces:
AstNode

public class WhileStatement
extends ConditionalLoopStatement

Author:
Andreas Gawecki

Nested Class Summary
 
Nested classes/interfaces inherited from class net.jangaroo.jooc.ast.NodeImplBase
NodeImplBase.Scoped
 
Constructor Summary
WhileStatement(JooSymbol symWhile, ParenthesizedExpr cond, Statement body)
           
 
Method Summary
 void visit(AstVisitor visitor)
           
 
Methods inherited from class net.jangaroo.jooc.ast.ConditionalLoopStatement
analyzeLoopHeader, getChildren, getOptCond, scope
 
Methods inherited from class net.jangaroo.jooc.ast.LoopStatement
analyze, analyzeLoopFooter, getBody, setBody
 
Methods inherited from class net.jangaroo.jooc.ast.KeywordStatement
getSymbol, getSymKeyword
 
Methods inherited from class net.jangaroo.jooc.ast.Directive
isClassMember, isStatic, setClassMember
 
Methods inherited from class net.jangaroo.jooc.ast.NodeImplBase
analyze, getParentNode, makeChildren, scope, withNewDeclarationScope, withNewLabelScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhileStatement

public WhileStatement(JooSymbol symWhile,
                      ParenthesizedExpr cond,
                      Statement body)
Method Detail

visit

public void visit(AstVisitor visitor)
           throws IOException
Throws:
IOException


Copyright © 2002–2014 CoreMedia AG. All rights reserved.