Package org.codehaus.groovy.syntax

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.
CSTNode An abstract base class for nodes in the concrete syntax tree that is the result of parsing.
Numbers Helper class for processing Groovy numeric literals.
Reduction A syntax reduction, produced by the Parser.
Token A CSTNode produced by the Lexer.
Types Typing information for the CST system.
 

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



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