Uses of Class
org.spockframework.compiler.model.Block
Packages that use Block
-
Uses of Block in org.spockframework.compiler
Fields in org.spockframework.compiler declared as BlockMethods in org.spockframework.compiler that return BlockModifier and TypeMethodDescriptionIRewriteResources.getCurrentBlock()
SpecRewriter.getCurrentBlock()
Methods in org.spockframework.compiler with parameters of type BlockModifier and TypeMethodDescriptionvoid
void
void
AbstractSpecVisitor.visitAnyBlock
(Block block) void
SpecRewriter.visitAnyBlock
(Block block) Constructors in org.spockframework.compiler with parameters of type Block -
Uses of Block in org.spockframework.compiler.model
Subclasses of Block in org.spockframework.compiler.modelModifier and TypeClassDescriptionclass
A block without a label at the beginning of a method.class
AST node representing a cleanup-block in a feature method.class
class
AST node representing a setup-block in a feature method.class
AST node representing a then-block in a feature method.class
AST node representing a when-block in a feature method.class
Methods in org.spockframework.compiler.model with type parameters of type BlockModifier and TypeMethodDescription<T extends Block>
T<T extends Block>
TBlock.getPrevious
(Class<T> blockType) Methods in org.spockframework.compiler.model that return BlockModifier and TypeMethodDescriptionabstract Block
BlockParseInfo.addNewBlock
(Method method) Method.getFirstBlock()
Method.getLastBlock()
Block.getNext()
Block.getPrevious()
Methods in org.spockframework.compiler.model that return types with arguments of type BlockMethods in org.spockframework.compiler.model with parameters of type BlockModifier and TypeMethodDescriptionvoid
void
Block.setPrevious
(Block block) void
ISpecVisitor.visitAnyBlock
(Block block)