Class CleanupBlock


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

      • CleanupBlock

        public CleanupBlock​(Method parent)
    • Method Detail

      • accept

        public void accept​(ISpecVisitor visitor)
                    throws java.lang.Exception
        Specified by:
        accept in class Node<Method,​java.util.List<org.codehaus.groovy.ast.stmt.Statement>>
        Throws:
        java.lang.Exception