Modifier and Type | Method and Description |
---|---|
ErrorType |
ErrorModelFactory.createErrorType()
Returns a new object of class 'Error Type'.
|
ErrorType |
ErrorType.getAliasedType()
Returns the value of the 'Aliased Type' reference.
|
ErrorType |
ElementTypeTransformation.getContributor()
Returns the value of the 'Contributor' reference.
|
ErrorType |
ElementTypeTransformation.getSource()
Returns the value of the 'Source' reference.
|
ErrorType |
ElementTypeMapping.getSource()
Returns the value of the 'Source' reference.
|
ErrorType |
ErrorType.getSuperType()
Returns the value of the 'Super Type' reference.
|
ErrorType |
ElementTypeTransformation.getTarget()
Returns the value of the 'Target' reference.
|
ErrorType |
ElementTypeMapping.getTarget()
Returns the value of the 'Target' reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ErrorType> |
ErrorType.getSubType()
Returns the value of the 'Sub Type' reference list.
|
org.eclipse.emf.common.util.EList<ErrorType> |
TypeToken.getType()
Returns the value of the 'Type' reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorType.setAliasedType(ErrorType value)
Sets the value of the '
Aliased Type ' reference. |
void |
ElementTypeTransformation.setContributor(ErrorType value)
Sets the value of the '
Contributor ' reference. |
void |
ElementTypeTransformation.setSource(ErrorType value)
Sets the value of the '
Source ' reference. |
void |
ElementTypeMapping.setSource(ErrorType value)
Sets the value of the '
Source ' reference. |
void |
ErrorType.setSuperType(ErrorType value)
Sets the value of the '
Super Type ' reference. |
void |
ElementTypeTransformation.setTarget(ErrorType value)
Sets the value of the '
Target ' reference. |
void |
ElementTypeMapping.setTarget(ErrorType value)
Sets the value of the '
Target ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
ErrorTypeImpl
An implementation of the model object 'Error Type'.
|
Modifier and Type | Method and Description |
---|---|
ErrorType |
ErrorTypeImpl.basicGetAliasedType() |
ErrorType |
ElementTypeTransformationImpl.basicGetContributor() |
ErrorType |
ElementTypeTransformationImpl.basicGetSource() |
ErrorType |
ElementTypeMappingImpl.basicGetSource() |
ErrorType |
ErrorTypeImpl.basicGetSuperType() |
ErrorType |
ElementTypeTransformationImpl.basicGetTarget() |
ErrorType |
ElementTypeMappingImpl.basicGetTarget() |
ErrorType |
ErrorModelFactoryImpl.createErrorType() |
ErrorType |
ErrorTypeImpl.getAliasedType() |
ErrorType |
ElementTypeTransformationImpl.getContributor() |
ErrorType |
ElementTypeTransformationImpl.getSource() |
ErrorType |
ElementTypeMappingImpl.getSource() |
ErrorType |
ErrorTypeImpl.getSuperType() |
ErrorType |
ElementTypeTransformationImpl.getTarget() |
ErrorType |
ElementTypeMappingImpl.getTarget() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ErrorType> |
ErrorTypeImpl.getSubType() |
org.eclipse.emf.common.util.EList<ErrorType> |
TypeTokenImpl.getType() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ErrorTypeImpl.basicSetSuperType(ErrorType newSuperType,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ErrorTypeImpl.setAliasedType(ErrorType newAliasedType) |
void |
ElementTypeTransformationImpl.setContributor(ErrorType newContributor) |
void |
ElementTypeTransformationImpl.setSource(ErrorType newSource) |
void |
ElementTypeMappingImpl.setSource(ErrorType newSource) |
void |
ErrorTypeImpl.setSuperType(ErrorType newSuperType) |
void |
ElementTypeTransformationImpl.setTarget(ErrorType newTarget) |
void |
ElementTypeMappingImpl.setTarget(ErrorType newTarget) |
Modifier and Type | Method and Description |
---|---|
T |
ErrorModelSwitch.caseErrorType(ErrorType object)
Returns the result of interpreting the object as an instance of 'Error Type'.
|
Modifier and Type | Method and Description |
---|---|
ErrorType |
EMLinkingService.findErrorType(org.eclipse.emf.ecore.EObject context,
java.lang.String typeName) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.xtext.scoping.IScope |
ErrorModelScopeProvider.scope_ErrorType(ErrorType context,
org.eclipse.emf.ecore.EReference reference) |
Modifier and Type | Method and Description |
---|---|
static ErrorType |
EM2Util.getContainmentErrorType(ContainedNamedElement containedNamedElement)
get list of error types, one for each containment path
We assume that each path is of length one
|
static ErrorType |
EM2TypeSetUtil.mapType(ErrorType type,
TypeMappingSet tms)
map an error type into its target type using the type mapping set
|
static ErrorType |
EM2Util.resolveAlias(ErrorType et)
resolve the errortype if it is an alias, otherwise return the error type
|
static ErrorType |
EM2TypeSetUtil.rootType(ErrorType et)
return the root ErrorType of ErrorType et
|
Modifier and Type | Method and Description |
---|---|
static org.eclipse.emf.common.util.EList<ErrorType> |
EM2TypeSetUtil.getAllLeafSubTypes(ErrorType et)
get list of subtypes of the given error type et excluding et itself
Each any error type alias has been resolved
|
static org.eclipse.emf.common.util.EList<ErrorType> |
EM2TypeSetUtil.getAllSubTypes(ErrorType et)
get all subtypes of ErrorType et in a new UniqueEList.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
EM2TypeSetUtil.contains(ErrorType supertype,
ErrorType type)
true if super type contains type as subtype
aliases are resolved before the error types are compared
|
static boolean |
EM2TypeSetUtil.contains(TypeSet ts,
ErrorType et)
true if TypeSet ts contains ErrorType et
The type set can represent a constraint
aliases are resolved before the error types are compared
|
static boolean |
EM2TypeSetUtil.contains(TypeToken constraint,
ErrorType type)
true if TypeToken constraint contains ErrorType type as one of its product elements
aliases are resolved before the error types are compared
|
static org.eclipse.emf.common.util.EList<ErrorType> |
EM2TypeSetUtil.getAllLeafSubTypes(ErrorType et)
get list of subtypes of the given error type et excluding et itself
Each any error type alias has been resolved
|
static org.eclipse.emf.common.util.EList<ErrorType> |
EM2TypeSetUtil.getAllSubTypes(ErrorType et)
get all subtypes of ErrorType et in a new UniqueEList.
|
static boolean |
EM2TypeSetUtil.inSameTypeHierarchy(ErrorType et1,
ErrorType et2)
true if both error types are in teh same type hierarchy
|
static ErrorType |
EM2TypeSetUtil.mapType(ErrorType type,
TypeMappingSet tms)
map an error type into its target type using the type mapping set
|
static ErrorType |
EM2Util.resolveAlias(ErrorType et)
resolve the errortype if it is an alias, otherwise return the error type
|
static ErrorType |
EM2TypeSetUtil.rootType(ErrorType et)
return the root ErrorType of ErrorType et
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorModelJavaValidator.caseErrorType(ErrorType et) |