public interface ArrayIndex extends SignalElement
The following features are supported:
SsmePackage.getArrayIndex()
Modifier and Type | Method and Description |
---|---|
Identifier |
getIdentifier()
Returns the value of the 'Identifier' containment reference
|
ExprSignal |
getUpperBound()
Returns the value of the 'Upper Bound' containment reference
|
void |
setIdentifier(Identifier value)
Sets the value of the '
Identifier ' containment reference |
void |
setUpperBound(ExprSignal value)
Sets the value of the '
Upper Bound ' containment reference |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
Identifier getIdentifier()
If the meaning of the 'Identifier' containment reference isn't clear, there really should be more of a description here...
setIdentifier(Identifier)
,
SsmePackage.getArrayIndex_Identifier()
void setIdentifier(Identifier value)
Identifier
' containment reference.
value
- the new value of the 'Identifier' containment reference.getIdentifier()
ExprSignal getUpperBound()
If the meaning of the 'Upper Bound' containment reference isn't clear, there really should be more of a description here...
setUpperBound(ExprSignal)
,
SsmePackage.getArrayIndex_UpperBound()
void setUpperBound(ExprSignal value)
Upper Bound
' containment reference.
value
- the new value of the 'Upper Bound' containment reference.getUpperBound()