Package | Description |
---|---|
fr.inria.tea.aadl2ssme.transformation.popup.actions | |
fr.inria.tea.ssme | |
fr.inria.tea.ssme.impl | |
fr.inria.tea.ssme.util |
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 |
---|---|
StringValue |
SsmeFactory.createStringValue()
Returns a new object of class 'String Value'
|
StringValue |
Pragma.getPragmaStatement()
Returns the value of the 'Pragma Statement' containment reference
|
StringValue |
ExternalAttribute.getString()
Returns the value of the 'String' containment reference
|
Modifier and Type | Method and Description |
---|---|
void |
Pragma.setPragmaStatement(StringValue value)
Sets the value of the '
Pragma Statement ' containment reference |
void |
ExternalAttribute.setString(StringValue value)
Sets the value of the '
String ' containment reference |
Modifier and Type | Class and Description |
---|---|
class |
StringValueImpl
An implementation of the model object 'String Value'
|
Modifier and Type | Method and Description |
---|---|
StringValue |
SsmeFactoryImpl.createStringValue() |
StringValue |
PragmaImpl.getPragmaStatement() |
StringValue |
ExternalAttributeImpl.getString() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
PragmaImpl.basicSetPragmaStatement(StringValue newPragmaStatement,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ExternalAttributeImpl.basicSetString(StringValue newString,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
PragmaImpl.setPragmaStatement(StringValue newPragmaStatement) |
void |
ExternalAttributeImpl.setString(StringValue newString) |
Modifier and Type | Method and Description |
---|---|
T |
SsmeSwitch.caseStringValue(StringValue object)
Returns the result of interpreting the object as an instance of 'String Value'
|