net.jangaroo.jooc.ast
Class DoStatement
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.LoopStatement
net.jangaroo.jooc.ast.ConditionalLoopStatement
net.jangaroo.jooc.ast.DoStatement
- All Implemented Interfaces:
- AstNode, CodeGenerator
public class DoStatement
- extends ConditionalLoopStatement
- Author:
- Andreas Gawecki
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoStatement
public DoStatement(JooSymbol symDo,
Statement statement,
JooSymbol symWhile,
ParenthesizedExpr cond,
JooSymbol symSemicolon)
visit
public void visit(AstVisitor visitor)
throws IOException
- Throws:
IOException
analyzeLoopHeader
protected void analyzeLoopHeader()
- Overrides:
analyzeLoopHeader in class ConditionalLoopStatement
analyzeLoopFooter
protected void analyzeLoopFooter()
- Overrides:
analyzeLoopFooter in class LoopStatement
getSymWhile
public JooSymbol getSymWhile()
getSymSemicolon
public JooSymbol getSymSemicolon()
Copyright © 2002-2012 CoreMedia AG. All Rights Reserved.