net.jangaroo.jooc.ast
Class ArrayIndexExpr
java.lang.Object
net.jangaroo.jooc.ast.NodeImplBase
net.jangaroo.jooc.ast.Expr
net.jangaroo.jooc.ast.ArrayIndexExpr
- All Implemented Interfaces:
- AstNode
public class ArrayIndexExpr
- extends Expr
- Author:
- Andreas Gawecki
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayIndexExpr
public ArrayIndexExpr(Expr array,
JooSymbol lBrac,
Expr index,
JooSymbol rBrac)
getChildren
public List<? extends AstNode> getChildren()
- Specified by:
getChildren in interface AstNode- Overrides:
getChildren in class NodeImplBase
visit
public void visit(AstVisitor visitor)
throws IOException
- Throws:
IOException
scope
public void scope(Scope scope)
getSymbol
public JooSymbol getSymbol()
getArray
public Expr getArray()
getIndexExpr
public ParenthesizedExpr<Expr> getIndexExpr()
analyze
public void analyze(AstNode parentNode)
- Specified by:
analyze in interface AstNode- Overrides:
analyze in class NodeImplBase
Copyright © 2002-2013 CoreMedia AG. All Rights Reserved.