|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
CharStream | Conduit of characters to a lexer. |
Delimiter | An interface for Lexers that delimit content from a larger source. |
Lexer | The minimal interface provided by all Lexers. |
Class Summary | |
AbstractCharStream | |
FileCharStream | |
GroovyExpressionLexer | Lexes Groovy, counting braces. |
GroovyLexer | Identifies and returns tokens from a source text. |
GroovyLexerBase | The core code used in lexing Groovy. |
GStringLexer | A lexer for GStrings, usually run on a LexerFilter base. |
HereDocLexer | A Lexer for processing here docs. |
InputStreamCharStream | |
LexerBase | A base class for all other lexers. |
LexerTokenStream | Implements a TokenStream on a Lexer . |
ReaderCharStream | |
StringCharStream | |
StringLexer | A Lexer for processing standard strings. |
TextLexerBase | A base class for Lexers that process embedded text. |
Exception Summary | |
LexerException | Base exception indicating a lexical error. |
UnexpectedCharacterException | |
UnterminatedStringLiteralException |
Lexer.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |