Uses of Package
org.spockframework.compiler.model
-
Packages that use org.spockframework.compiler.model Package Description org.spockframework.compiler org.spockframework.compiler.model -
Classes in org.spockframework.compiler.model used by org.spockframework.compiler 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 -
Classes in org.spockframework.compiler.model used by 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.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