Package com.intellij.lang.cacheBuilder

Provides interfaces for customizing the building of the word index, on which the Find Usages feature is based, for custom languages.

See:
          Description

Interface Summary
WordsScanner Implemented by a custom language plugin to define how texts in the language are broken into words.
 

Class Summary
DefaultWordsScanner The default implementation of a words scanner based on a custom language lexer.
SimpleWordsScanner The default primitive implementation of a words scanner.
WordOccurrence A single word instance extracted by WordsScanner.
WordOccurrence.Kind Defines possible locations where words can be encountered.
 

Package com.intellij.lang.cacheBuilder Description

Provides interfaces for customizing the building of the word index, on which the Find Usages feature is based, for custom languages.