org.eclipse.xtext.linking.impl
Class Linker.LinkingDiagnosticContext

java.lang.Object
  extended by org.eclipse.xtext.linking.impl.Linker.LinkingDiagnosticContext
All Implemented Interfaces:
ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext
Enclosing class:
Linker

protected static class Linker.LinkingDiagnosticContext
extends java.lang.Object
implements ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext


Constructor Summary
protected Linker.LinkingDiagnosticContext(org.eclipse.emf.ecore.EObject obj, org.eclipse.emf.ecore.EReference eRef, INode node, LinkingHelper helper)
           
 
Method Summary
 org.eclipse.emf.ecore.EObject getContext()
           
 java.lang.String getLinkText()
           
 org.eclipse.emf.ecore.EReference getReference()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Linker.LinkingDiagnosticContext

protected Linker.LinkingDiagnosticContext(org.eclipse.emf.ecore.EObject obj,
                                          org.eclipse.emf.ecore.EReference eRef,
                                          INode node,
                                          LinkingHelper helper)
Method Detail

getContext

public org.eclipse.emf.ecore.EObject getContext()
Specified by:
getContext in interface ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext

getReference

public org.eclipse.emf.ecore.EReference getReference()
Specified by:
getReference in interface ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext

getLinkText

public java.lang.String getLinkText()
Specified by:
getLinkText in interface ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext