Interface ITextSearchReferenceResult

All Known Implementing Classes:
TextSearchReferenceResult

public interface ITextSearchReferenceResult
Result of references finder by full text search
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.jface.text.ITextSelection
    Actual ITextSelection corresponding to the referencing element
    org.eclipse.emf.common.util.URI
    Source URI of the referencing element
    org.eclipse.emf.common.util.URI
    Target URI to the element for found references
  • Method Details

    • 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