AnonymousBlock |
A block without a label at the beginning of a method.
|
Block |
AST node representing a block in a feature method.
|
CleanupBlock |
AST node representing a cleanup-block in a feature method.
|
ExpectBlock |
|
FeatureMethod |
AST node representing a feature method.
|
Field |
AST node representing a user-defined instance field.
|
FixtureMethod |
AST node representing a fixture method.
|
HelperMethod |
|
Method |
AST node representing a Spec method (one of fixture method, feature method, helper method).
|
Node<P extends Node,A> |
Base class for all SpecL AST nodes.
|
SetupBlock |
AST node representing a setup-block in a feature method.
|
Spec |
AST node representing a Spock specification.
|
ThenBlock |
AST node representing a then-block in a feature method.
|
WhenBlock |
AST node representing a when-block in a feature method.
|
WhereBlock |
|