Uses of Package
com.intellij.lexer

Packages that use com.intellij.lexer
com.intellij.extapi.psi Provides base classes for the custom language implementations of the PSI structure. 
com.intellij.lang Provides base interfaces which allow to extend IDEA with support for custom languages. 
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.lexer Provides interfaces for implementing custom language lexers and utility classes for working with lexers. 
com.intellij.openapi.fileTypes Provides interfaces for registering and working with file types, and for implementing file type- dependent syntax highlighters. 
com.intellij.psi.tree Provides interfaces for elements composing AST trees. 
 

Classes in com.intellij.lexer used by com.intellij.extapi.psi
Lexer
          Interface for breaking a file into a sequence of tokens.
 

Classes in com.intellij.lexer used by com.intellij.lang
Lexer
          Interface for breaking a file into a sequence of tokens.
 

Classes in com.intellij.lexer used by com.intellij.lang.cacheBuilder
Lexer
          Interface for breaking a file into a sequence of tokens.
 

Classes in com.intellij.lexer used by com.intellij.lexer
FilterLexer.Filter
           
FlexLexer
           
Lexer
          Interface for breaking a file into a sequence of tokens.
LexerBase
           
LexerPosition
          Specifies the state and position of a lexer.
LexerState
           
MergingLexerAdapter
           
 

Classes in com.intellij.lexer used by com.intellij.openapi.fileTypes
Lexer
          Interface for breaking a file into a sequence of tokens.
 

Classes in com.intellij.lexer used by com.intellij.psi.tree
Lexer
          Interface for breaking a file into a sequence of tokens.