public class ForInitializer extends NodeImplBase
NodeImplBase.Scoped| Constructor and Description |
|---|
ForInitializer(Declaration decl) |
ForInitializer(Expr expr) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(AstNode parentNode) |
List<? extends AstNode> |
getChildren() |
Declaration |
getDecl() |
Expr |
getExpr() |
JooSymbol |
getSymbol() |
void |
scope(Scope scope) |
void |
visit(AstVisitor visitor) |
analyze, getParentNode, makeChildren, scope, withNewDeclarationScope, withNewLabelScopepublic ForInitializer(Declaration decl)
public ForInitializer(Expr expr)
public List<? extends AstNode> getChildren()
getChildren in interface AstNodegetChildren in class NodeImplBasepublic void visit(AstVisitor visitor) throws IOException
IOExceptionpublic void scope(Scope scope)
public void analyze(AstNode parentNode)
analyze in interface AstNodeanalyze in class NodeImplBasepublic JooSymbol getSymbol()
public Declaration getDecl()
public Expr getExpr()
Copyright © 2002–2016 CoreMedia AG. All rights reserved.