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
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)
scope
public void scope(Scope scope)
- Specified by:
scope in interface AstNode- Overrides:
scope in class ParenthesizedExpr<CommaSeparatedList<Expr>>
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–2014 CoreMedia AG. All rights reserved.