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  
CSTNode Node in the concrete syntax tree.
Parser Reads the source text and produces a hierarchy of Concrete Syntax Trees (CSTs).
 

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-2004 The Codehaus. All Rights Reserved.