public interface ModuleDescription extends SignalElement
The following features are supported:
SsmePackage.getModuleDescription()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Declaration> |
getListDeclaration()
Returns the value of the 'List Declaration' containment reference list.
|
org.eclipse.emf.common.util.EList<Pragma> |
getListPragma()
Returns the value of the 'List Pragma' containment reference list.
|
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
org.eclipse.emf.common.util.EList<Pragma> getListPragma()
Pragma
.
If the meaning of the 'List Pragma' containment reference list isn't clear, there really should be more of a description here...
SsmePackage.getModuleDescription_ListPragma()
org.eclipse.emf.common.util.EList<Declaration> getListDeclaration()
Declaration
.
If the meaning of the 'List Declaration' containment reference list isn't clear, there really should be more of a description here...
SsmePackage.getModuleDescription_ListDeclaration()