Package org.codehaus.groovy.syntax.lexer

Lexer.

See:
          Description

Interface Summary
CharStream Conduit of characters to a lexer.
 

Class Summary
AbstractCharStream  
FileCharStream  
InputStreamCharStream  
Lexer Identifies and returns tokens from a source text.
LexerTokenStream Implements a TokenStream on a Lexer.
ReaderCharStream  
StringCharStream  
 

Exception Summary
LexerException Base exception indicating a lexical error.
UnexpectedCharacterException  
UnterminatedStringLiteralException  
 

Package org.codehaus.groovy.syntax.lexer Description

Lexer.



Copyright © 2003-2004 The Codehaus. All Rights Reserved.