|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.jangaroo.jooc.ast.NodeImplBase
net.jangaroo.jooc.ast.Directive
net.jangaroo.jooc.ast.Statement
net.jangaroo.jooc.ast.KeywordStatement
net.jangaroo.jooc.ast.LoopStatement
net.jangaroo.jooc.ast.ConditionalLoopStatement
net.jangaroo.jooc.ast.WhileStatement
public class WhileStatement
| 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 |
|---|
public WhileStatement(JooSymbol symWhile,
ParenthesizedExpr cond,
Statement body)
| Method Detail |
|---|
public void visit(AstVisitor visitor)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||