Package org.codehaus.groovy.syntax.parser

Class Summary
ASTBuilder Builds an Abstract Syntax Tree from the Concrete Syntax Tree produced by the Parser.
ASTHelper A common base class of AST helper methods which can be shared across the classic and new parsers
ExpressionStack A combination stack and helper class for parsing groovy expression.
ExpressionSupport A helper for the expression parsing system that provides in-depth analysis of CSTNodes.
Parser Reads the source text and produces a Concrete Syntax Tree.
 

Exception Summary
ParserException  
RuntimeParserException A helper class to allow parser exceptions to be thrown anywhere in the code.
UnexpectedTokenException  
 



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