net.jangaroo.jooc.ast
Class ConditionalLoopStatement
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
- All Implemented Interfaces:
- AstNode
- Direct Known Subclasses:
- DoStatement, ForStatement, WhileStatement
public abstract class ConditionalLoopStatement
- extends LoopStatement
- Author:
- Andreas Gawecki
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.jangaroo.jooc.ast.AstNode |
visit |
ConditionalLoopStatement
public ConditionalLoopStatement(JooSymbol symLoop,
Expr optCond,
Statement body)
getChildren
public List<? extends AstNode> getChildren()
- Specified by:
getChildren in interface AstNode- Overrides:
getChildren in class LoopStatement
scope
public void scope(Scope scope)
- Specified by:
scope in interface AstNode- Overrides:
scope in class LoopStatement
analyzeLoopHeader
protected void analyzeLoopHeader()
- Specified by:
analyzeLoopHeader in class LoopStatement
getOptCond
public Expr getOptCond()
Copyright © 2002–2014 CoreMedia AG. All rights reserved.