Package | Description |
---|---|
org.spockframework.compiler | |
org.spockframework.compiler.model |
Modifier and Type | Method and Description |
---|---|
Spec |
SpecParser.build(org.codehaus.groovy.ast.ClassNode clazz) |
Spec |
SpecRewriter.getCurrentSpec() |
Spec |
IRewriteResources.getCurrentSpec() |
Modifier and Type | Method and Description |
---|---|
void |
SpecRewriter.visitSpec(Spec spec) |
void |
SpecAnnotator.visitSpec(Spec spec) |
void |
AbstractSpecVisitor.visitSpec(Spec spec) |
void |
SpecRewriter.visitSpecAgain(Spec spec) |
void |
AbstractSpecVisitor.visitSpecAgain(Spec spec) |
Modifier and Type | Method and Description |
---|---|
void |
ISpecVisitor.visitSpec(Spec spec) |
void |
ISpecVisitor.visitSpecAgain(Spec spec) |
Constructor and 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) |
Copyright © 2013. All rights reserved