Package org.spockframework.util.inspector
-
Class Summary Class Description AstInspector Utility class for inspecting the abstract syntax tree (AST) produced by the Groovy compiler. -
Exception Summary 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 Types Summary Annotation Type Description Inspect Marks a declaration in Groovy code so that it can be easily accessed using AstInspector.