public interface ArrayAccessExpression extends Expression
[JLS3:15.13] Array Access Expressions
Modifier and Type | Method and Description |
---|---|
Expression |
getArray()
Returns the array expression.
|
Expression |
getIndex()
Returns the index expression.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
Expression getArray()
Expression getIndex()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.