net.jangaroo.jooc.ast
Class VectorLiteral
java.lang.Object
net.jangaroo.jooc.ast.NodeImplBase
net.jangaroo.jooc.ast.Expr
net.jangaroo.jooc.ast.VectorLiteral
- All Implemented Interfaces:
- AstNode, CodeGenerator
public class VectorLiteral
- extends Expr
- Author:
- fwienber
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VectorLiteral
public VectorLiteral(JooSymbol symNew,
JooSymbol symLt,
Type type,
JooSymbol symGt,
ArrayLiteral arrayLiteral)
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-2012 CoreMedia AG. All Rights Reserved.