Modifier and Type | Method and Description |
---|---|
TypeMappingSet |
ErrorModelFactory.createTypeMappingSet()
Returns a new object of class 'Type Mapping Set'.
|
TypeMappingSet |
ErrorPath.getTypeMappingSet()
Returns the value of the 'Type Mapping Set' reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<TypeMappingSet> |
ErrorModelLibrary.getMappings()
Returns the value of the 'Mappings' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorPath.setTypeMappingSet(TypeMappingSet value)
Sets the value of the '
Type Mapping Set ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
TypeMappingSetImpl
An implementation of the model object 'Type Mapping Set'.
|
Modifier and Type | Method and Description |
---|---|
TypeMappingSet |
ErrorPathImpl.basicGetTypeMappingSet() |
TypeMappingSet |
ErrorModelFactoryImpl.createTypeMappingSet() |
TypeMappingSet |
ErrorPathImpl.getTypeMappingSet() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<TypeMappingSet> |
ErrorModelLibraryImpl.getMappings() |
Modifier and Type | Method and Description |
---|---|
void |
ErrorPathImpl.setTypeMappingSet(TypeMappingSet newTypeMappingSet) |
Modifier and Type | Method and Description |
---|---|
T |
ErrorModelSwitch.caseTypeMappingSet(TypeMappingSet object)
Returns the result of interpreting the object as an instance of 'Type Mapping Set'.
|
Modifier and Type | Method and Description |
---|---|
TypeMappingSet |
EMLinkingService.findTypeMappingSet(org.eclipse.emf.ecore.EObject context,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static ErrorType |
EM2TypeSetUtil.mapType(ErrorType type,
TypeMappingSet tms)
map an error type into its target type using the type mapping set
|
static TypeToken |
EM2TypeSetUtil.mapTypes(TypeToken token,
TypeMappingSet tms)
map types in a token one type at a time using TypeMappingSet
It only maps individual element types based in ElementTypeMapping rules
Otherwise no mapping occurs.
|
static TypeToken |
EM2TypeSetUtil.mapTypeToken(TypeToken token,
TypeMappingSet tms)
map a TypeToken into a target type token according to the TypeMappingSet.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorModelJavaValidator.caseTypeMappingSet(TypeMappingSet tms) |