Interface IFullTextSearchResultReferenceFinder

  • All Known Implementing Classes:
    BslDelegatingReferenceFinder

    public interface IFullTextSearchResultReferenceFinder
    Extension for getting references by results from full text search. This extension is used for DelegatingReferenceFinder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void findReferences​(Iterable<org.eclipse.emf.common.util.URI> targetURIs, org.eclipse.xtext.util.IAcceptor<org.eclipse.xtext.resource.IReferenceDescription> referenceAcceptor, org.eclipse.core.runtime.IProgressMonitor monitor)
      Finds references to the element from targetURIs by full text search results
    • Method Detail

      • findReferences

        void findReferences​(Iterable<org.eclipse.emf.common.util.URI> targetURIs,
                            org.eclipse.xtext.util.IAcceptor<org.eclipse.xtext.resource.IReferenceDescription> referenceAcceptor,
                            org.eclipse.core.runtime.IProgressMonitor monitor)
        Finds references to the element from targetURIs by full text search results
        Parameters:
        targetURIs - URIs for find references, can't be null
        referenceAcceptor - acceptor for found references, can't be null
        monitor - actual IProgressMonitor, can't be null