org.eclipse.xtext.linking
Interface ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext

All Known Implementing Classes:
LazyLinkingResource.DiagnosticMessageContext, Linker.LinkingDiagnosticContext
Enclosing interface:
ILinkingDiagnosticMessageProvider

public static interface ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext


Method Summary
 org.eclipse.emf.ecore.EObject getContext()
           
 java.lang.String getLinkText()
           
 org.eclipse.emf.ecore.EReference getReference()
           
 

Method Detail

getContext

org.eclipse.emf.ecore.EObject getContext()

getReference

org.eclipse.emf.ecore.EReference getReference()

getLinkText

java.lang.String getLinkText()