Interface FullTextSearchReferenceFinder.IFullTextSearchReferenceResult

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.jface.text.ITextSelection getSelection()
      Actual ITextSelection corresponding to the referencing element
      org.eclipse.emf.common.util.URI getSourceObjectUri()
      Source URI of the referencing element
      org.eclipse.emf.common.util.URI getTargetUri()
      Target URI to the element for found references
    • Method Detail

      • getTargetUri

        org.eclipse.emf.common.util.URI getTargetUri()
        Target URI to the element for found references
        Returns:
        URI to the element for found references, never null
      • getSourceObjectUri

        org.eclipse.emf.common.util.URI getSourceObjectUri()
        Source URI of the referencing element
        Returns:
        URI of the referencing element, never null
      • getSelection

        org.eclipse.jface.text.ITextSelection getSelection()
        Actual ITextSelection corresponding to the referencing element
        Returns:
        ITextSelection corresponding to the referencing element, can be null if there is no selection for element