org.eclipse.modisco.omg.gastm
Interface ArrayAccess

All Superinterfaces:
Expression, GASTMObject, GASTMSyntaxObject

public interface ArrayAccess
extends Expression

A representation of the model object 'Array Access'.

The following features are supported:

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

Method Summary
 Expression getArrayName()
          Returns the value of the 'Array Name' containment reference.
  getSubscripts()
          Returns the value of the 'Subscripts' containment reference list.
 void setArrayName(Expression value)
          Sets the value of the 'Array Name' containment reference.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.Expression
getExpressionType, setExpressionType
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getArrayName

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

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

Returns:
the value of the 'Array Name' containment reference.
See Also:
setArrayName(Expression), GASTMPackage.getArrayAccess_ArrayName()
Generated:
Model:
containment="true" required="true"

setArrayName

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

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

getSubscripts

 getSubscripts()
Returns the value of the 'Subscripts' containment reference list. The list contents are of type Expression.

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

Returns:
the value of the 'Subscripts' containment reference list.
See Also:
GASTMPackage.getArrayAccess_Subscripts()
Generated:
Model:
containment="true" required="true"