Class ThenBlock


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

      • ThenBlock

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