Package org.codehaus.groovy.syntax.parser

The main parser of Groovy code into the Groovy AST model (Abstract Syntax Tree)

See:
          Description

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  
 

Package org.codehaus.groovy.syntax.parser Description

The main parser of Groovy code into the Groovy AST model (Abstract Syntax Tree)



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