ExpressionTree
, Tree
public interface ArrayAccessTree extends ExpressionTree
expression [ index ]
Modifier and Type | Method | 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, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b144-1