net.jangaroo.jooc.ast
Class VectorLiteral

java.lang.Object
  extended by net.jangaroo.jooc.ast.NodeImplBase
      extended by net.jangaroo.jooc.ast.Expr
          extended by net.jangaroo.jooc.ast.VectorLiteral
All Implemented Interfaces:
AstNode

public class VectorLiteral
extends Expr

Author:
fwienber

Nested Class Summary
 
Nested classes/interfaces inherited from class net.jangaroo.jooc.ast.NodeImplBase
NodeImplBase.Scoped
 
Constructor Summary
VectorLiteral(JooSymbol symNew, JooSymbol symLt, Type type, JooSymbol symGt, ArrayLiteral arrayLiteral)
           
 
Method Summary
 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)
           
 
Methods inherited from class net.jangaroo.jooc.ast.Expr
getType, isCompileTimeConstant, isRuntimeConstant, setType
 
Methods inherited from class net.jangaroo.jooc.ast.NodeImplBase
analyze, getParentNode, makeChildren, scope, withNewDeclarationScope, withNewLabelScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorLiteral

public VectorLiteral(JooSymbol symNew,
                     JooSymbol symLt,
                     Type type,
                     JooSymbol symGt,
                     ArrayLiteral arrayLiteral)
Method Detail

getChildren

public List<? extends AstNode> getChildren()
Specified by:
getChildren in interface AstNode
Overrides:
getChildren in class NodeImplBase

analyze

public void analyze(AstNode parentNode)
Specified by:
analyze in interface AstNode
Overrides:
analyze in class NodeImplBase

visit

public void visit(AstVisitor visitor)
           throws IOException
Throws:
IOException

getSymbol

public JooSymbol getSymbol()

getSymNew

public JooSymbol getSymNew()

getSymLt

public JooSymbol getSymLt()

getVectorType

public Type getVectorType()

getSymGt

public JooSymbol getSymGt()

getArrayLiteral

public ArrayLiteral getArrayLiteral()

scope

public void scope(Scope scope)


Copyright © 2002–2014 CoreMedia AG. All rights reserved.