|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
---|---|
org.spockframework.compiler.model |
Uses of Node in org.spockframework.compiler.model |
---|
Classes in org.spockframework.compiler.model with type parameters of type Node | |
---|---|
class |
Node<P extends Node,A>
Base class for all SpecL AST nodes. |
Subclasses of Node in org.spockframework.compiler.model | |
---|---|
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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |