|
Groovy 1.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Class Summary | |
---|---|
AstBuilder | The AstBuilder provides several ways to build an abstract syntax tree (AST) of Groovy code. |
AstBuilderInvocationTrap | This class traps invocations of AstBuilder.build(CompilePhase, boolean, Closure) and converts the contents of the closure into expressions by reading the source of the Closure and sending that as a String to AstBuilder.build(String, CompilePhase, boolean) at runtime. |
AstBuilderTransformation | Transformation to capture ASTBuilder from code statements. |
AstSpecificationCompiler | Handles parsing the properties from the closure into values that can be referenced. |
AstStringCompiler | This class handles converting Strings to ASTNode lists. |
Copyright © 2003-2009 The Codehaus. All rights reserved.