|
||||||||||
| 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.DoStatement
public class DoStatement
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.jangaroo.jooc.ast.NodeImplBase |
|---|
NodeImplBase.Scoped |
| Constructor Summary | |
|---|---|
DoStatement(JooSymbol symDo,
Statement statement,
JooSymbol symWhile,
ParenthesizedExpr cond,
JooSymbol symSemicolon)
|
|
| Method Summary | |
|---|---|
protected void |
analyzeLoopFooter()
|
protected void |
analyzeLoopHeader()
|
JooSymbol |
getSymSemicolon()
|
JooSymbol |
getSymWhile()
|
void |
visit(AstVisitor visitor)
|
| Methods inherited from class net.jangaroo.jooc.ast.ConditionalLoopStatement |
|---|
getChildren, getOptCond, scope |
| Methods inherited from class net.jangaroo.jooc.ast.LoopStatement |
|---|
analyze, 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 DoStatement(JooSymbol symDo,
Statement statement,
JooSymbol symWhile,
ParenthesizedExpr cond,
JooSymbol symSemicolon)
| Method Detail |
|---|
public void visit(AstVisitor visitor)
throws IOException
IOExceptionprotected void analyzeLoopHeader()
analyzeLoopHeader in class ConditionalLoopStatementprotected void analyzeLoopFooter()
analyzeLoopFooter in class LoopStatementpublic JooSymbol getSymWhile()
public JooSymbol getSymSemicolon()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||