| Package | Description |
|---|---|
| org.spockframework.compiler | |
| org.spockframework.compiler.model |
| Class | Description |
|---|---|
| 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 | |
| Field |
AST node representing a user-defined instance field.
|
| ISpecVisitor | |
| Method |
AST node representing a Spec method (one of fixture method, feature method, helper method).
|
| 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 |
| Class | Description |
|---|---|
| AnonymousBlock |
A block without a label at the beginning of a method.
|
| Block |
AST node representing a block in a feature method.
|
| BlockParseInfo | |
| CleanupBlock |
AST node representing a cleanup-block in a feature method.
|
| ExpectBlock | |
| Field |
AST node representing a user-defined instance field.
|
| FixtureMethod |
AST node representing a fixture method.
|
| ISpecVisitor | |
| Method |
AST node representing a Spec method (one of fixture method, feature method, helper method).
|
| Node |
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 |
Copyright © 2018. All rights reserved