Package | Description |
---|---|
fr.inria.tea.aadl2ssme.transformation.popup.actions |
Modifier and Type | Method and Description |
---|---|
PragmaImpl |
signalTreeAPI.STree_mkPragma(java.lang.String kw,
org.eclipse.emf.common.util.EList<Identifier> obj,
StringValue stmt)
Make a pragma with kw as the name of \
|
PragmaImpl |
signalTreeAPI.STree_mkPragmaIdent(Identifier id,
org.eclipse.emf.common.util.EList<Identifier> obj,
StringValue stmt)
Make a pragma with id as \
|
Modifier and Type | Method and Description |
---|---|
void |
signalTreeAPI.STree_addPragma(ProcessModelImpl aProcess,
PragmaImpl apragma)
Adds a pragma (apragma) to a process (aProcess).
|