Uses of Class
org.spockframework.compiler.model.WhereBlock
-
Packages that use WhereBlock Package Description org.spockframework.compiler org.spockframework.compiler.model -
-
Uses of WhereBlock in org.spockframework.compiler
Methods in org.spockframework.compiler with parameters of type WhereBlock Modifier and Type Method Description static void
WhereBlockRewriter. rewrite(WhereBlock block, IRewriteResources resources)
void
AbstractSpecVisitor. visitWhereBlock(WhereBlock block)
void
SpecAnnotator. visitWhereBlock(WhereBlock block)
-
Uses of WhereBlock in org.spockframework.compiler.model
Methods in org.spockframework.compiler.model with parameters of type WhereBlock Modifier and Type Method Description void
ISpecVisitor. visitWhereBlock(WhereBlock block)
-