Package com.intellij.lexer

Provides interfaces for implementing custom language lexers and utility classes for working with lexers.

See:
          Description

Interface Summary
FilterLexer.Filter  
FlexLexer  
Lexer Interface for breaking a file into a sequence of tokens.
LexerPosition Specifies the state and position of a lexer.
LexerState  
 

Class Summary
CompositeLexer  
EmptyLexer  
FilterLexer  
FilterLexer.SetFilter  
FlexAdapter  
JavaDocLexer  
LayeredLexer  
LexerAdapter  
LexerBase  
LexerUtil  
MergingLexerAdapter  
SimpleLexerState  
StringLiteralLexer  
 

Package com.intellij.lexer Description

Provides interfaces for implementing custom language lexers and utility classes for working with lexers.