Package org.codehaus.groovy.syntax

Lexer, parser and trees.

See:
          Description

Interface Summary
TokenStream Provides a stream of lexer tokens for use by (primarily) the parsing systems.
 

Class Summary
AbstractTokenStream Provides the common code for TokenStream implementations.
Token Lexical token.
 

Exception Summary
ReadException Encapsulates non-specific i/o exceptions.
SyntaxException Base exception indicating a syntax error.
TokenException  
TokenMismatchException  
 

Error Summary
LookAheadExhaustionError  
 

Package org.codehaus.groovy.syntax Description

Lexer, parser and trees.



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