| Package | Description |
|---|---|
| org.eclipse.xtext.xtext.ecoreInference |
| Modifier and Type | Method and Description |
|---|---|
TransformationErrorCode |
UnexpectedClassInfoException.getErrorCode() |
TransformationErrorCode |
TransformationException.getErrorCode() |
static TransformationErrorCode |
TransformationErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformationErrorCode[] |
TransformationErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Xtext2EcoreTransformer.NullErrorAcceptor.acceptError(TransformationErrorCode errorCode,
String arg0,
org.eclipse.emf.ecore.EObject arg1) |
void |
TransformationDiagnosticsProducer.acceptError(TransformationErrorCode errorCode,
String message,
org.eclipse.emf.ecore.EObject element) |
void |
ErrorAcceptor.acceptError(TransformationErrorCode errorCode,
String message,
org.eclipse.emf.ecore.EObject element) |
| Constructor and Description |
|---|
TransformationDiagnostic(INode node,
String message,
TransformationErrorCode errorCode) |
TransformationException(TransformationErrorCode errorCode,
String message,
org.eclipse.emf.ecore.EObject erroneousElement) |
UnexpectedClassInfoException(TransformationErrorCode errorCode,
EClassifierInfo info,
EClassifierInfo superInfo,
String message) |
Copyright © 2015. All Rights Reserved.