Uses of Class
org.spockframework.compiler.model.Node
Packages that use Node
-
Uses of Node in org.spockframework.compiler.model
Classes in org.spockframework.compiler.model with type parameters of type NodeModifier and TypeClassDescriptionclassBase class for all SpecL AST nodes.Subclasses of Node in org.spockframework.compiler.modelModifier and TypeClassDescriptionclassA block without a label at the beginning of a method.classAST node representing a block in a feature method.classAST node representing a cleanup-block in a feature method.classclassAST node representing a feature method.classAST node representing a user-defined instance field.classAST node representing a fixture method.classclassAST node representing a Spec method (one of fixture method, feature method, helper method).classAST node representing a setup-block in a feature method.classAST node representing a Spock specification.classAST node representing a then-block in a feature method.classAST node representing a when-block in a feature method.class