FileDocCategorySizeDatePackage
ArrayAccessTree.javaAPI DocJava SE 6 API763Tue Jun 10 00:23:24 BST 2008com.sun.source.tree

ArrayAccessTree

public interface ArrayAccessTree implements ExpressionTree
A tree node for an array access expression. For example:
expression [ index ]
see
"The Java Language Specification, 3rd ed, section 15.13"
author
Peter von der Ahé
author
Jonathan Gibbons
since
1.6

Fields Summary
Constructors Summary
Methods Summary
public com.sun.source.tree.ExpressionTreegetExpression()

public com.sun.source.tree.ExpressionTreegetIndex()