|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 CSTNode s. |
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 |
The main parser of Groovy code into the Groovy AST model (Abstract Syntax Tree)
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |