Class ReferenceFinderParticipantServiceProvider

    • Constructor Detail

      • ReferenceFinderParticipantServiceProvider

        public ReferenceFinderParticipantServiceProvider()
    • Method Detail

      • findAllReferences

        public void findAllReferences​(Iterable<org.eclipse.emf.common.util.URI> targetURIs,
                                      org.eclipse.xtext.util.IAcceptor<IReferenceFinderParticipant.IReferenceDescriptionFinderParticipant> acceptor,
                                      org.eclipse.core.runtime.IProgressMonitor monitor)
        Finds all references to the given targetURIs.
        Accumulates all references from all IReferenceFinderParticipant.
        Parameters:
        targetURIs - the URIs of the target elements of the references. Should be normalized, can't be null
        acceptor - accepts the matches, can't be null
        monitor - the progress monitor. Can be null.
      • clearResourceSet

        public void clearResourceSet()
        Clears temporary data. This methods is called before each references finding operation