Package org.eclipse.xtext.linking.lazy
Class LazyLinkingResource.DiagnosticMessageContext
- java.lang.Object
-
- org.eclipse.xtext.linking.lazy.LazyLinkingResource.DiagnosticMessageContext
-
- All Implemented Interfaces:
ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext
- Enclosing class:
- LazyLinkingResource
protected static class LazyLinkingResource.DiagnosticMessageContext extends java.lang.Object implements ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDiagnosticMessageContext(org.eclipse.xtext.util.Triple<org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EReference,INode> triple, 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
-
DiagnosticMessageContext
protected DiagnosticMessageContext(org.eclipse.xtext.util.Triple<org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EReference,INode> triple, 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
-
-