net.jangaroo.jooc.ast
Class ArrayLiteral
java.lang.Object
net.jangaroo.jooc.ast.NodeImplBase
net.jangaroo.jooc.ast.Expr
net.jangaroo.jooc.ast.ParenthesizedExpr<CommaSeparatedList<Expr>>
net.jangaroo.jooc.ast.ArrayLiteral
- All Implemented Interfaces:
- AstNode, CodeGenerator
public class ArrayLiteral
- extends ParenthesizedExpr<CommaSeparatedList<Expr>>
- Author:
- Andreas Gawecki
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayLiteral
public ArrayLiteral(JooSymbol lBracket,
CommaSeparatedList<Expr> fields,
JooSymbol rBracket)
visit
public void visit(AstVisitor visitor)
throws IOException
- Specified by:
visit in interface AstNode- Overrides:
visit in class ParenthesizedExpr<CommaSeparatedList<Expr>>
- Throws:
IOException
Copyright © 2002-2011 CoreMedia AG. All Rights Reserved.