public class Initializer extends NodeImplBase
NodeImplBase.Scoped| Constructor and Description |
|---|
Initializer(JooSymbol symEq,
Expr value) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(AstNode parentNode) |
List<? extends AstNode> |
getChildren() |
JooSymbol |
getSymbol() |
JooSymbol |
getSymEq() |
Expr |
getValue() |
void |
scope(Scope scope) |
void |
visit(AstVisitor visitor) |
analyze, getParentNode, makeChildren, scope, withNewDeclarationScope, withNewLabelScopepublic 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 JooSymbol getSymEq()
public Expr getValue()
Copyright © 2002–2016 CoreMedia AG. All rights reserved.