public class TypeAwareLinkingDiagnosticContext
extends java.lang.Object
implements org.eclipse.xtext.linking.ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext
| Constructor and Description |
|---|
TypeAwareLinkingDiagnosticContext(org.eclipse.xtext.linking.ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext delegate,
IResolvedTypes resolvedTypes) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EObject |
getContext() |
java.lang.String |
getLinkText() |
org.eclipse.emf.ecore.EReference |
getReference() |
IResolvedTypes |
getResolvedTypes() |
public TypeAwareLinkingDiagnosticContext(org.eclipse.xtext.linking.ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext delegate,
IResolvedTypes resolvedTypes)
public IResolvedTypes getResolvedTypes()
public org.eclipse.emf.ecore.EObject getContext()
getContext in interface org.eclipse.xtext.linking.ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContextpublic org.eclipse.emf.ecore.EReference getReference()
getReference in interface org.eclipse.xtext.linking.ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContextpublic java.lang.String getLinkText()
getLinkText in interface org.eclipse.xtext.linking.ILinkingDiagnosticMessageProvider.ILinkingDiagnosticContext