| Package | Description | 
|---|---|
| javax.ide.model.java.source | 
 Various interfaces for use with Tree objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract ArrayAccessExpressionT | 
TreeFactory.createArrayAccess(ExpressionT lhs,
                 ListExpressionT dereferences)
Creates an array access. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TreeVisitor.visitArrayAccessExpression(ArrayAccessExpressionT tree)
Visits a ArrayAccessExpressionT. 
 |