Class AnonymousBlock

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.AnonymousBlock

public class AnonymousBlock extends Block
A block without a label at the beginning of a method. Every Method has a (possibly empty) AnonymousBlock as its first block.
Author:
Peter Niederwieser