| Class | Description |
|---|---|
| AstInspector |
Utility class for inspecting the abstract syntax tree (AST) produced by
the Groovy compiler.
|
| Exception | Description |
|---|---|
| AstInspectorException |
Unchecked exception thrown by AstInspector when:
an IOException occurs when loading a file
a declaration with the specified name cannot be found
an internal error occurs
|
| Annotation Type | Description |
|---|---|
| Inspect |
Marks a declaration in Groovy code so that it can be easily accessed using
AstInspector.
|
Copyright © 2012. All rights reserved