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 TypeMethodDescriptionvoidvoidvoidAbstractSpecVisitor.visitAnyBlock(Block block) voidSpecRewriter.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 TypeClassDescriptionclassA block without a label at the beginning of a method.classAST node representing a cleanup-block in a feature method.classclassAST node representing a setup-block in a feature method.classAST node representing a then-block in a feature method.classAST node representing a when-block in a feature method.classMethods 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 BlockBlockParseInfo.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 TypeMethodDescriptionvoidvoidBlock.setPrevious(Block block) voidISpecVisitor.visitAnyBlock(Block block)