Class BslDelegatingReferenceFinder

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.eclipse.xtext.ui.editor.findrefs.IReferenceFinder

        org.eclipse.xtext.ui.editor.findrefs.IReferenceFinder.ILocalResourceAccess
    • Method Summary

      All Methods Instance Methods Concrete 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
      • Methods inherited from class org.eclipse.xtext.ui.editor.findrefs.DelegatingReferenceFinder

        findAllReferences, findReferences, findReferences, getConverter, getDelegate, getIndexData, getResourceServiceProviderRegistry, setConverter, setDelegate, setIndexData, setResourceServiceProviderRegistry, toAcceptor
    • Constructor Detail

      • BslDelegatingReferenceFinder

        public BslDelegatingReferenceFinder()
    • Method Detail

      • findReferences

        public 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)
        Description copied from interface: IFullTextSearchResultReferenceFinder
        Finds references to the element from targetURIs by full text search results
        Specified by:
        findReferences in interface IFullTextSearchResultReferenceFinder
        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