public interface ArrayElem extends ExprSignal
The following features are supported:
SsmePackage.getArrayElem()
Modifier and Type | Method and Description |
---|---|
ExprSignal |
getExprSignal()
Returns the value of the 'Expr Signal' containment reference
|
ListExprSignal |
getListExprSignal()
Returns the value of the 'List Expr Signal' containment reference
|
void |
setExprSignal(ExprSignal value)
Sets the value of the '
Expr Signal ' containment reference |
void |
setListExprSignal(ListExprSignal value)
Sets the value of the '
List Expr Signal ' containment reference |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
ExprSignal getExprSignal()
If the meaning of the 'Expr Signal' containment reference isn't clear, there really should be more of a description here...
setExprSignal(ExprSignal)
,
SsmePackage.getArrayElem_ExprSignal()
void setExprSignal(ExprSignal value)
Expr Signal
' containment reference.
value
- the new value of the 'Expr Signal' containment reference.getExprSignal()
ListExprSignal getListExprSignal()
If the meaning of the 'List Expr Signal' containment reference isn't clear, there really should be more of a description here...
setListExprSignal(ListExprSignal)
,
SsmePackage.getArrayElem_ListExprSignal()
void setListExprSignal(ListExprSignal value)
List Expr Signal
' containment reference.
value
- the new value of the 'List Expr Signal' containment reference.getListExprSignal()