Package org.spockframework.util.inspector


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