Class CleanupBlock

java.lang.Object
org.spockframework.compiler.model.Node<Method,List<org.codehaus.groovy.ast.stmt.Statement>>
org.spockframework.compiler.model.Block
org.spockframework.compiler.model.CleanupBlock

public class CleanupBlock extends Block
AST node representing a cleanup-block in a feature method.
Author:
Peter Niederwieser