public abstract class ConditionalLoopStatement extends LoopStatement
NodeImplBase.Scoped| Constructor and Description |
|---|
ConditionalLoopStatement(JooSymbol symLoop,
Expr optCond,
Statement body) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
analyzeLoopHeader() |
List<? extends AstNode> |
getChildren() |
Expr |
getOptCond() |
void |
scope(Scope scope) |
analyze, analyzeLoopFooter, getBody, setBodygetSymbol, getSymKeywordisClassMember, isStatic, setClassMemberanalyze, getParentNode, makeChildren, withNewDeclarationScope, withNewLabelScopepublic List<? extends AstNode> getChildren()
getChildren in interface AstNodegetChildren in class LoopStatementpublic void scope(Scope scope)
scope in interface AstNodescope in class LoopStatementprotected void analyzeLoopHeader()
analyzeLoopHeader in class LoopStatementpublic Expr getOptCond()
Copyright © 2002–2016 CoreMedia AG. All rights reserved.