Class SetupBlock


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

      • SetupBlock

        public SetupBlock​(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