NodeImplBase.Scoped| Constructor and Description |
|---|
VectorLiteral(JooSymbol symNew,
JooSymbol symLt,
Type type,
JooSymbol symGt,
ArrayLiteral arrayLiteral) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(AstNode parentNode) |
ArrayLiteral |
getArrayLiteral() |
List<? extends AstNode> |
getChildren() |
JooSymbol |
getSymbol() |
JooSymbol |
getSymGt() |
JooSymbol |
getSymLt() |
JooSymbol |
getSymNew() |
Type |
getVectorType() |
void |
scope(Scope scope) |
void |
visit(AstVisitor visitor) |
getType, isCompileTimeConstant, isRuntimeConstant, setTypeanalyze, getParentNode, makeChildren, scope, withNewDeclarationScope, withNewLabelScopepublic VectorLiteral(JooSymbol symNew, JooSymbol symLt, Type type, JooSymbol symGt, ArrayLiteral arrayLiteral)
public List<? extends AstNode> getChildren()
getChildren in interface AstNodegetChildren in class NodeImplBasepublic void analyze(AstNode parentNode)
analyze in interface AstNodeanalyze in class NodeImplBasepublic void visit(AstVisitor visitor) throws IOException
IOExceptionpublic JooSymbol getSymbol()
public JooSymbol getSymNew()
public JooSymbol getSymLt()
public Type getVectorType()
public JooSymbol getSymGt()
public ArrayLiteral getArrayLiteral()
public void scope(Scope scope)
Copyright © 2002–2015 CoreMedia AG. All rights reserved.