Uses of Class
org.spockframework.compiler.model.Spec
-
Packages that use Spec Package Description org.spockframework.compiler org.spockframework.compiler.model -
-
Uses of Spec in org.spockframework.compiler
Methods in org.spockframework.compiler that return Spec Modifier and Type Method Description SpecSpecParser. build(org.codehaus.groovy.ast.ClassNode clazz)SpecIRewriteResources. getCurrentSpec()SpecSpecRewriter. getCurrentSpec()Methods in org.spockframework.compiler with parameters of type Spec Modifier and Type Method Description voidAbstractSpecVisitor. visitSpec(Spec spec)voidSpecAnnotator. visitSpec(Spec spec)voidSpecRewriter. visitSpec(Spec spec)voidAbstractSpecVisitor. visitSpecAgain(Spec spec) -
Uses of Spec in org.spockframework.compiler.model
Methods in org.spockframework.compiler.model with parameters of type Spec Modifier and Type Method Description voidISpecVisitor. visitSpec(Spec spec)voidISpecVisitor. visitSpecAgain(Spec spec)Constructors in org.spockframework.compiler.model with parameters of type Spec Constructor Description FeatureMethod(Spec parent, org.codehaus.groovy.ast.MethodNode code, int ordinal)Field(Spec parent, org.codehaus.groovy.ast.FieldNode ast, int ordinal)FixtureMethod(Spec parent, org.codehaus.groovy.ast.MethodNode code)HelperMethod(Spec parent, org.codehaus.groovy.ast.MethodNode code)Method(Spec parent, org.codehaus.groovy.ast.MethodNode code)
-