Uses of Interface
com.intellij.lang.cacheBuilder.WordsScanner

Packages that use WordsScanner
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. 
com.intellij.lang.findUsages Provides interfaces for customizing the Find Usages implementation for custom languages. 
 

Uses of WordsScanner in com.intellij.lang.cacheBuilder
 

Classes in com.intellij.lang.cacheBuilder that implement WordsScanner
 class DefaultWordsScanner
          The default implementation of a words scanner based on a custom language lexer.
 class SimpleWordsScanner
          The default primitive implementation of a words scanner.
 

Uses of WordsScanner in com.intellij.lang.findUsages
 

Methods in com.intellij.lang.findUsages that return WordsScanner
 WordsScanner FindUsagesProvider.getWordsScanner()
          Gets the word scanner for building a word index for the specified language.
 WordsScanner EmptyFindUsagesProvider.getWordsScanner()