Package | Description |
---|---|
org.spockframework.compiler | |
org.spockframework.compiler.model |
Modifier and Type | Field and Description |
---|---|
protected Block |
AbstractDeepBlockRewriter.block |
Modifier and Type | Method and Description |
---|---|
Block |
SpecRewriter.getCurrentBlock() |
Block |
IRewriteResources.getCurrentBlock() |
Modifier and Type | Method and Description |
---|---|
void |
DeepBlockRewriter.visit(Block block) |
void |
AbstractDeepBlockRewriter.visit(Block block) |
void |
SpecRewriter.visitAnyBlock(Block block) |
void |
AbstractSpecVisitor.visitAnyBlock(Block block) |
Constructor and Description |
---|
AbstractDeepBlockRewriter(Block block) |
Modifier and Type | Class and Description |
---|---|
class |
AnonymousBlock
A block without a label at the beginning of a method.
|
class |
CleanupBlock
AST node representing a cleanup-block in a feature method.
|
class |
ExpectBlock |
class |
SetupBlock
AST node representing a setup-block in a feature method.
|
class |
ThenBlock
AST node representing a then-block in a feature method.
|
class |
WhenBlock
AST node representing a when-block in a feature method.
|
class |
WhereBlock |
Modifier and Type | Method and Description |
---|---|
<T extends Block> |
Block.getNext(java.lang.Class<T> blockType) |
<T extends Block> |
Block.getPrevious(java.lang.Class<T> blockType) |
Modifier and Type | Method and Description |
---|---|
Block |
Method.addBlock(Block block) |
abstract Block |
BlockParseInfo.addNewBlock(Method method) |
Block |
Method.getFirstBlock() |
Block |
Method.getLastBlock() |
Block |
Block.getNext() |
Block |
Block.getPrevious() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<Block> |
Method.getBlocks() |
Modifier and Type | Method and Description |
---|---|
Block |
Method.addBlock(Block block) |
void |
Block.setNext(Block block) |
void |
Block.setPrevious(Block block) |
void |
ISpecVisitor.visitAnyBlock(Block block) |
Copyright © 2019. All rights reserved