public interface IndexPatternOccurrence
IndexPatternSearch
,
IndexPatternProvider
Modifier and Type | Method and Description |
---|---|
default java.util.List<TextRange> |
getAdditionalTextRanges()
Additional ranges associated with matched range (e.g.
|
PsiFile |
getFile()
Returns the file in which the occurrence was found.
|
IndexPattern |
getPattern()
Returns the instance of the pattern which was matched.
|
TextRange |
getTextRange()
Returns the text range which was matched by the pattern.
|
PsiFile getFile()
TextRange getTextRange()
default java.util.List<TextRange> getAdditionalTextRanges()
IndexPattern getPattern()