public interface Diagnostic
extends org.eclipse.emf.ecore.resource.Resource.Diagnostic
Resource.Diagnostic that knows
about the region in the document, e.g. the getOffset() and getLength()
of the issue source.
Implementors should inherit from AbstractDiagnostic instead of implementing this
interface directly.XtextLinkingDiagnostic,
XtextSyntaxDiagnostic,
ExceptionDiagnostic| Modifier and Type | Field and Description |
|---|---|
static String |
LINKING_DIAGNOSTIC |
static String |
SYNTAX_DIAGNOSITC
Deprecated.
use
SYNTAX_DIAGNOSTIC instead. |
static String |
SYNTAX_DIAGNOSTIC |
static String |
SYNTAX_DIAGNOSTIC_WITH_RANGE |
static final String SYNTAX_DIAGNOSTIC
static final String SYNTAX_DIAGNOSTIC_WITH_RANGE
@Deprecated static final String SYNTAX_DIAGNOSITC
SYNTAX_DIAGNOSTIC instead.static final String LINKING_DIAGNOSTIC
Copyright © 2015. All Rights Reserved.