public interface Pragma extends SignalElement
The following features are supported:
SsmePackage.getPragma()
Modifier and Type | Method and Description |
---|---|
Identifier |
getIdentifier()
Returns the value of the 'Identifier' containment reference
|
org.eclipse.emf.common.util.EList<Identifier> |
getListPragmaObject()
Returns the value of the 'List Pragma Object' containment reference list.
|
StringValue |
getPragmaStatement()
Returns the value of the 'Pragma Statement' containment reference
|
void |
setIdentifier(Identifier value)
Sets the value of the '
Identifier ' containment reference |
void |
setPragmaStatement(StringValue value)
Sets the value of the '
Pragma Statement ' 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.getPragma_Identifier()
void setIdentifier(Identifier value)
Identifier
' containment reference.
value
- the new value of the 'Identifier' containment reference.getIdentifier()
org.eclipse.emf.common.util.EList<Identifier> getListPragmaObject()
Identifier
.
If the meaning of the 'List Pragma Object' containment reference list isn't clear, there really should be more of a description here...
SsmePackage.getPragma_ListPragmaObject()
StringValue getPragmaStatement()
If the meaning of the 'Pragma Statement' containment reference isn't clear, there really should be more of a description here...
setPragmaStatement(StringValue)
,
SsmePackage.getPragma_PragmaStatement()
void setPragmaStatement(StringValue value)
Pragma Statement
' containment reference.
value
- the new value of the 'Pragma Statement' containment reference.getPragmaStatement()