org.eclipse.gmt.modisco.java
Interface ArrayAccess

All Superinterfaces:
ASTNode, Expression

public interface ArrayAccess
extends Expression

A representation of the model object 'Array Access'.

The following features are supported:

See Also:
JavaPackage.getArrayAccess()
Generated:
Model:

Method Summary
 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.
 
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit
 

Method Detail

getArray

Expression getArray()
Returns the value of the 'Array' containment reference.

If the meaning of the 'Array' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Array' containment reference.
See Also:
setArray(Expression), JavaPackage.getArrayAccess_Array()
Generated:
Model:
containment="true" required="true" ordered="false"

setArray

void setArray(Expression value)
Sets the value of the 'Array' containment reference.

Parameters:
value - the new value of the 'Array' containment reference.
See Also:
getArray()
Generated:

getIndex

Expression getIndex()
Returns the value of the 'Index' containment reference.

If the meaning of the 'Index' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Index' containment reference.
See Also:
setIndex(Expression), JavaPackage.getArrayAccess_Index()
Generated:
Model:
containment="true" required="true" ordered="false"

setIndex

void setIndex(Expression value)
Sets the value of the 'Index' containment reference.

Parameters:
value - the new value of the 'Index' containment reference.
See Also:
getIndex()
Generated: