@Exported public interface ArrayAccessTree extends ExpressionTree
expression [ index ]
Modifier and Type | Method and Description |
---|---|
ExpressionTree |
getExpression()
Returns the array that is accessed.
|
ExpressionTree |
getIndex()
Returns the index of the array element accessed.
|
accept, getEndPosition, getKind, getStartPosition
ExpressionTree getExpression()
ExpressionTree getIndex()
Copyright © 2014, 2015, Oracle and/or its affiliates. All rights reserved.
DRAFT internal-b68