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 voidWhereBlockRewriter. rewrite(WhereBlock block, IRewriteResources resources)voidAbstractSpecVisitor. visitWhereBlock(WhereBlock block)voidSpecAnnotator. 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 voidISpecVisitor. visitWhereBlock(WhereBlock block)
-