org.eclipse.xtext.xtext
Class XtextDiagnosticConverter

java.lang.Object
  extended by org.eclipse.xtext.validation.DiagnosticConverterImpl
      extended by org.eclipse.xtext.xtext.XtextDiagnosticConverter
All Implemented Interfaces:
IDiagnosticConverter

public class XtextDiagnosticConverter
extends DiagnosticConverterImpl

Author:
Sebastian Zarnekow - Initial contribution and API

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.xtext.validation.DiagnosticConverterImpl
DiagnosticConverterImpl.IssueLocation
 
Constructor Summary
XtextDiagnosticConverter()
           
 
Method Summary
protected  DiagnosticConverterImpl.IssueLocation getLocationData(org.eclipse.emf.ecore.EObject obj, org.eclipse.emf.ecore.EStructuralFeature structuralFeature, int index)
           
 
Methods inherited from class org.eclipse.xtext.validation.DiagnosticConverterImpl
convertResourceDiagnostic, convertValidatorDiagnostic, getCauser, getLocationData, getLocationData, getLocationForNode, resolveStructuralFeature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XtextDiagnosticConverter

public XtextDiagnosticConverter()
Method Detail

getLocationData

protected DiagnosticConverterImpl.IssueLocation getLocationData(org.eclipse.emf.ecore.EObject obj,
                                                                org.eclipse.emf.ecore.EStructuralFeature structuralFeature,
                                                                int index)
Overrides:
getLocationData in class DiagnosticConverterImpl
Returns:
the location data for the given diagnostic.