org.eclipse.xtext.diagnostics
Interface Diagnostic

All Superinterfaces:
org.eclipse.emf.ecore.resource.Resource.Diagnostic
All Known Implementing Classes:
AbstractDiagnostic, ExceptionDiagnostic, TransformationDiagnostic, XtextLinkingDiagnostic, XtextSyntaxDiagnostic

public interface Diagnostic
extends org.eclipse.emf.ecore.resource.Resource.Diagnostic

Author:
Sebastian Zarnekow - Initial contribution and API

Field Summary
static java.lang.String LINKING_DIAGNOSTIC
           
static java.lang.String SYNTAX_DIAGNOSITC
           
 
Method Summary
 int getLength()
           
 int getOffset()
           
 
Methods inherited from interface org.eclipse.emf.ecore.resource.Resource.Diagnostic
getColumn, getLine, getLocation, getMessage
 

Field Detail

SYNTAX_DIAGNOSITC

static final java.lang.String SYNTAX_DIAGNOSITC
See Also:
Constant Field Values

LINKING_DIAGNOSTIC

static final java.lang.String LINKING_DIAGNOSTIC
See Also:
Constant Field Values
Method Detail

getOffset

int getOffset()

getLength

int getLength()