public interface ArrayAccess extends Expression
The following features are supported:
JavaPackage.getArrayAccess()| Modifier and Type | Method and Description |
|---|---|
Expression |
getArray()
Returns the value of the 'Array' containment reference.
|
Expression |
getIndex()
Returns the value of the 'Index' containment reference.
|
void |
setArray(Expression value)
Sets the value of the '
Array' containment reference. |
void |
setIndex(Expression value)
Sets the value of the '
Index' containment reference. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitExpression getArray()
If the meaning of the 'Array' containment reference isn't clear, there really should be more of a description here...
setArray(Expression),
JavaPackage.getArrayAccess_Array()void setArray(Expression value)
Array' containment reference.
value - the new value of the 'Array' containment reference.getArray()Expression getIndex()
If the meaning of the 'Index' containment reference isn't clear, there really should be more of a description here...
setIndex(Expression),
JavaPackage.getArrayAccess_Index()void setIndex(Expression value)
Index' containment reference.
value - the new value of the 'Index' containment reference.getIndex()