Class WhereBlock
- java.lang.Object
-
- org.spockframework.compiler.model.Node<Method,java.util.List<org.codehaus.groovy.ast.stmt.Statement>>
-
- org.spockframework.compiler.model.Block
-
- org.spockframework.compiler.model.WhereBlock
-
public class WhereBlock extends Block
-
-
Constructor Summary
Constructors Constructor Description WhereBlock(Method parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(ISpecVisitor visitor)
BlockParseInfo
getParseInfo()
-
Methods inherited from class org.spockframework.compiler.model.Block
getDescriptions, getNext, getNext, getPrevious, getPrevious, isFirst, isFirstInChain, isLast, setNext, setPrevious
-
-
-
-
Constructor Detail
-
WhereBlock
public WhereBlock(Method parent)
-
-
Method Detail
-
accept
public void accept(ISpecVisitor visitor) throws java.lang.Exception
-
getParseInfo
public BlockParseInfo getParseInfo()
- Specified by:
getParseInfo
in classBlock
-
-