NodeImplBase.Scoped| Constructor and Description |
|---|
NewExpr(JooSymbol symNew,
Expr applyConstructor) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(AstNode parentNode) |
Expr |
getApplyConstructor() |
List<? extends AstNode> |
getChildren() |
JooSymbol |
getSymbol() |
JooSymbol |
getSymNew() |
void |
scope(Scope scope) |
void |
visit(AstVisitor visitor) |
getType, isCompileTimeConstant, isRuntimeConstant, setTypeanalyze, 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 getSymNew()
public Expr getApplyConstructor()
Copyright © 2002–2015 CoreMedia AG. All rights reserved.