Package org.eclipse.xtext.linking
Interface ILinkingService
-
- All Known Implementing Classes:
AbstractLinkingService,DefaultLinkingService,XtextLinkingService
public interface ILinkingService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<org.eclipse.emf.ecore.EObject>getLinkedObjects(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EReference reference, INode node)Returns allEObjects referenced by the given link text in the given context.
-
-
-
Method Detail
-
getLinkedObjects
java.util.List<org.eclipse.emf.ecore.EObject> getLinkedObjects(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EReference reference, INode node) throws IllegalNodeExceptionReturns allEObjects referenced by the given link text in the given context. But does not set the references or modifies the passed information somehow. The returned list might contain proxy instances.- Throws:
IllegalNodeException
-
-