Class TransformationDiagnosticsProducer
- java.lang.Object
-
- org.eclipse.xtext.diagnostics.AbstractDiagnosticProducer
-
- org.eclipse.xtext.xtext.ecoreInference.TransformationDiagnosticsProducer
-
- All Implemented Interfaces:
IDiagnosticProducer,ErrorAcceptor
public class TransformationDiagnosticsProducer extends AbstractDiagnosticProducer implements ErrorAcceptor
-
-
Constructor Summary
Constructors Constructor Description TransformationDiagnosticsProducer(IDiagnosticConsumer consumer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidacceptError(TransformationErrorCode errorCode, java.lang.String message, org.eclipse.emf.ecore.EObject element)protected DiagnosticcreateDiagnostic(DiagnosticMessage message)voidsetTarget(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature)-
Methods inherited from class org.eclipse.xtext.diagnostics.AbstractDiagnosticProducer
addDiagnostic, getNode, setNode
-
-
-
-
Constructor Detail
-
TransformationDiagnosticsProducer
public TransformationDiagnosticsProducer(IDiagnosticConsumer consumer)
-
-
Method Detail
-
createDiagnostic
protected Diagnostic createDiagnostic(DiagnosticMessage message)
- Specified by:
createDiagnosticin classAbstractDiagnosticProducer
-
acceptError
public void acceptError(TransformationErrorCode errorCode, java.lang.String message, org.eclipse.emf.ecore.EObject element)
- Specified by:
acceptErrorin interfaceErrorAcceptor
-
setTarget
public void setTarget(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature)- Specified by:
setTargetin interfaceIDiagnosticProducer- Overrides:
setTargetin classAbstractDiagnosticProducer
-
-