Package | Description |
---|---|
org.osate.xtext.aadl2.errormodel.errorModel | |
org.osate.xtext.aadl2.errormodel.errorModel.impl | |
org.osate.xtext.aadl2.errormodel.errorModel.util |
Modifier and Type | Interface and Description |
---|---|
interface |
ElementTypeMapping
A representation of the model object 'Element Type Mapping'.
|
interface |
TokenTypeMapping
A representation of the model object 'Token Type Mapping'.
|
Modifier and Type | Method and Description |
---|---|
TypeMapping |
ErrorModelFactory.createTypeMapping()
Returns a new object of class 'Type Mapping'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<TypeMapping> |
TypeMappingSet.getMapping()
Returns the value of the 'Mapping' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
ElementTypeMappingImpl
An implementation of the model object 'Element Type Mapping'.
|
class |
TokenTypeMappingImpl
An implementation of the model object 'Token Type Mapping'.
|
class |
TypeMappingImpl
An implementation of the model object 'Type Mapping'.
|
Modifier and Type | Method and Description |
---|---|
TypeMapping |
ErrorModelFactoryImpl.createTypeMapping() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<TypeMapping> |
TypeMappingSetImpl.getMapping() |
Modifier and Type | Method and Description |
---|---|
T |
ErrorModelSwitch.caseTypeMapping(TypeMapping object)
Returns the result of interpreting the object as an instance of 'Type Mapping'.
|