Package org.spockframework.util.inspector

Class Summary
AstInspector Utility class for inspecting the abstract syntax tree (AST) produced by the Groovy compiler.
 

Exception Summary
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 Types Summary
Inspect Marks a declaration in Groovy code so that it can be easily accessed using AstInspector.
 



Copyright © 2013. All rights reserved