public interface ArrayType extends DescribedType
The following features are supported:
SsmePackage.getArrayType()
Modifier and Type | Method and Description |
---|---|
ListExprSignal |
getExprDimension()
Returns the value of the 'Expr Dimension' containment reference
|
Type |
getType()
Returns the value of the 'Type' containment reference
|
void |
setExprDimension(ListExprSignal value)
Sets the value of the '
Expr Dimension ' containment reference |
void |
setType(Type value)
Sets the value of the '
Type ' containment reference |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
ListExprSignal getExprDimension()
If the meaning of the 'Expr Dimension' containment reference isn't clear, there really should be more of a description here...
setExprDimension(ListExprSignal)
,
SsmePackage.getArrayType_ExprDimension()
void setExprDimension(ListExprSignal value)
Expr Dimension
' containment reference.
value
- the new value of the 'Expr Dimension' containment reference.getExprDimension()
Type getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(Type)
,
SsmePackage.getArrayType_Type()