Package net.jangaroo.jooc.ast
Class 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
-
-
Field Summary
-
Fields inherited from class net.jangaroo.jooc.ast.NodeImplBase
usesInstanceThis
-
-
Constructor Summary
Constructors Constructor Description WhileStatement(JooSymbol symWhile, ParenthesizedExpr cond, Statement body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvisit(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, isAssignmentLHS, makeChildren, notifyInstanceThisUsed, propagateInstanceThisUsed, scope, usesInstanceThis, withNewDeclarationScope, withNewLabelScope
-
-
-
-
Constructor Detail
-
WhileStatement
public WhileStatement(JooSymbol symWhile, ParenthesizedExpr cond, Statement body)
-
-
Method Detail
-
visit
public void visit(AstVisitor visitor) throws IOException
- Throws:
IOException
-
-