Class | Description |
---|---|
ArrayedLexer |
Lexer based on a precalculated array of tokens.
|
FastLexer |
The FastLexer features two optimizations that make it faster than
having just a Lexer.
|
JavadocLexer |
The
JavaDocLexer is an implementation of the
Lexer interface for tokenizing a Java language documentation
comment ("doc comment" aka, in violation of copyright, "Javadoc comment"). |
JavaLexer |
The
JavaLexer is an implementation of the Lexer
interface for the Source language. |
LexerLiteral |
Utility class for scanning literal values.
|
LexerUtilities |
Various utilities provided by the scanner layer.
|
TokenArray |
A precalculated array of tokens.
|