Package | Description |
---|---|
org.spockframework.compiler.model |
Modifier and Type | Class | Description |
---|---|---|
class |
Node<P extends Node,A> |
Base class for all SpecL AST nodes.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AnonymousBlock |
A block without a label at the beginning of a method.
|
class |
Block |
AST node representing a block in a feature method.
|
class |
CleanupBlock |
AST node representing a cleanup-block in a feature method.
|
class |
ExpectBlock |
|
class |
FeatureMethod |
AST node representing a feature method.
|
class |
Field |
AST node representing a user-defined instance field.
|
class |
FixtureMethod |
AST node representing a fixture method.
|
class |
HelperMethod |
|
class |
Method |
AST node representing a Spec method (one of fixture method, feature method, helper method).
|
class |
SetupBlock |
AST node representing a setup-block in a feature method.
|
class |
Spec |
AST node representing a Spock specification.
|
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 |
Copyright © 2018. All rights reserved