Package org.eclipse.xtext.linking.impl
Class Linker.LinkingDiagnosticContext
- java.lang.Object
-
- 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
Constructors Modifier Constructor Description protectedLinkingDiagnosticContext(org.eclipse.emf.ecore.EObject obj, org.eclipse.emf.ecore.EReference eRef, INode node, LinkingHelper helper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.ecore.EObjectgetContext()java.lang.StringgetLinkText()org.eclipse.emf.ecore.EReferencegetReference()
-
-
-
Constructor Detail
-
LinkingDiagnosticContext
protected 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:
getContextin interfaceILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext
-
getReference
public org.eclipse.emf.ecore.EReference getReference()
- Specified by:
getReferencein interfaceILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext
-
getLinkText
public java.lang.String getLinkText()
- Specified by:
getLinkTextin interfaceILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext
-
-