Class ProblemLinkingService

java.lang.Object
org.eclipse.xtext.linking.impl.AbstractLinkingService
org.eclipse.xtext.linking.impl.DefaultLinkingService
tools.refinery.language.linking.ProblemLinkingService
All Implemented Interfaces:
org.eclipse.xtext.linking.ILinkingService

public class ProblemLinkingService extends org.eclipse.xtext.linking.impl.DefaultLinkingService
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.eclipse.emf.ecore.EObject>
    getLinkedObjects(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EReference ref, org.eclipse.xtext.nodemodel.INode node)
     

    Methods inherited from class org.eclipse.xtext.linking.impl.DefaultLinkingService

    getCrossRefNodeAsString, getImportedNamesAdapter, getLinkingHelper, getScope, getScopeProvider, registerImportedNamesAdapter, registerImportedNamesAdapter, setScopeProvider, unRegisterImportedNamesAdapter, unRegisterImportedNamesAdapter

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ProblemLinkingService

      public ProblemLinkingService()
  • Method Details

    • getLinkedObjects

      public List<org.eclipse.emf.ecore.EObject> getLinkedObjects(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EReference ref, org.eclipse.xtext.nodemodel.INode node) throws org.eclipse.xtext.linking.impl.IllegalNodeException
      Specified by:
      getLinkedObjects in interface org.eclipse.xtext.linking.ILinkingService
      Overrides:
      getLinkedObjects in class org.eclipse.xtext.linking.impl.DefaultLinkingService
      Throws:
      org.eclipse.xtext.linking.impl.IllegalNodeException