org.eclipse.xtext.linking
Interface ILinkingDiagnosticMessageProvider

All Known Subinterfaces:
ILinkingDiagnosticMessageProvider.Extended
All Known Implementing Classes:
LinkingDiagnosticMessageProvider, XtextLinkingDiagnosticMessageProvider

public interface ILinkingDiagnosticMessageProvider

Author:
Sebastian Zarnekow - Initial contribution and API

Nested Class Summary
static interface ILinkingDiagnosticMessageProvider.Extended
           
static interface ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext
           
 
Method Summary
 DiagnosticMessage getUnresolvedProxyMessage(ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext context)
           
 

Method Detail

getUnresolvedProxyMessage

DiagnosticMessage getUnresolvedProxyMessage(ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext context)
Returns:
the error message for the unresolved cross link or null if it is ok to have an unresolved reference.