Interface ITextSearchReferenceResult
- All Known Implementing Classes:
TextSearchReferenceResult
public interface ITextSearchReferenceResult
Result of references finder by full text search
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jface.text.ITextSelectionActualITextSelectioncorresponding to the referencing elementorg.eclipse.emf.common.util.URISourceURIof the referencing elementorg.eclipse.emf.common.util.URITargetURIto the element for found references
-
Method Details
-
getTargetUri
org.eclipse.emf.common.util.URI getTargetUri()TargetURIto the element for found references- Returns:
URIto the element for found references, nevernull
-
getSourceObjectUri
org.eclipse.emf.common.util.URI getSourceObjectUri()SourceURIof the referencing element- Returns:
URIof the referencing element, nevernull
-
getSelection
org.eclipse.jface.text.ITextSelection getSelection()ActualITextSelectioncorresponding to the referencing element- Returns:
ITextSelectioncorresponding to the referencing element, can benullif there is no selection for element
-