Uses of Class
org.spockframework.compiler.model.Block
-
Packages that use Block Package Description org.spockframework.compiler org.spockframework.compiler.model -
-
Uses of Block in org.spockframework.compiler
Fields in org.spockframework.compiler declared as Block Modifier and Type Field Description protected BlockAbstractDeepBlockRewriter. blockMethods in org.spockframework.compiler that return Block Modifier and Type Method Description BlockIRewriteResources. getCurrentBlock()BlockSpecRewriter. getCurrentBlock()Methods in org.spockframework.compiler with parameters of type Block Modifier and Type Method Description voidAbstractDeepBlockRewriter. visit(Block block)voidDeepBlockRewriter. visit(Block block)voidAbstractSpecVisitor. visitAnyBlock(Block block)voidSpecRewriter. visitAnyBlock(Block block)Constructors in org.spockframework.compiler with parameters of type Block Constructor Description AbstractDeepBlockRewriter(Block block) -
Uses of Block in org.spockframework.compiler.model
Subclasses of Block in org.spockframework.compiler.model Modifier and Type Class Description classAnonymousBlockA block without a label at the beginning of a method.classCleanupBlockAST node representing a cleanup-block in a feature method.classExpectBlockclassSetupBlockAST node representing a setup-block in a feature method.classThenBlockAST node representing a then-block in a feature method.classWhenBlockAST node representing a when-block in a feature method.classWhereBlockMethods in org.spockframework.compiler.model with type parameters of type Block Modifier and Type Method Description <T extends Block>
TBlock. getNext(java.lang.Class<T> blockType)<T extends Block>
TBlock. getPrevious(java.lang.Class<T> blockType)Methods in org.spockframework.compiler.model that return Block Modifier and Type Method Description BlockMethod. addBlock(Block block)abstract BlockBlockParseInfo. addNewBlock(Method method)BlockMethod. getFirstBlock()BlockMethod. getLastBlock()BlockBlock. getNext()BlockBlock. getPrevious()Methods in org.spockframework.compiler.model that return types with arguments of type Block Modifier and Type Method Description java.lang.Iterable<Block>Method. getBlocks()Methods in org.spockframework.compiler.model with parameters of type Block Modifier and Type Method Description BlockMethod. addBlock(Block block)voidBlock. setNext(Block block)voidBlock. setPrevious(Block block)voidISpecVisitor. visitAnyBlock(Block block)
-