Package | Description |
---|---|
org.spockframework.compiler | |
org.spockframework.compiler.model |
Modifier and Type | Method and Description |
---|---|
Method |
SpecRewriter.getCurrentMethod() |
Method |
IRewriteResources.getCurrentMethod() |
Modifier and Type | Method and Description |
---|---|
void |
InstanceFieldAccessChecker.check(Method method) |
void |
SpecRewriter.visitMethod(Method method) |
void |
SpecAnnotator.visitMethod(Method method) |
void |
AbstractSpecVisitor.visitMethod(Method method) |
void |
SpecRewriter.visitMethodAgain(Method method) |
void |
AbstractSpecVisitor.visitMethodAgain(Method method) |
Modifier and Type | Class and Description |
---|---|
class |
FeatureMethod
AST node representing a feature method.
|
class |
FixtureMethod
AST node representing a fixture method.
|
class |
HelperMethod |
Modifier and Type | Method and Description |
---|---|
java.util.List<Method> |
Spec.getMethods() |
Modifier and Type | Method and Description |
---|---|
abstract Block |
BlockParseInfo.addNewBlock(Method method) |
abstract java.util.EnumSet<BlockParseInfo> |
BlockParseInfo.getSuccessors(Method method) |
void |
ISpecVisitor.visitMethod(Method method) |
void |
ISpecVisitor.visitMethodAgain(Method method) |
Constructor and Description |
---|
AnonymousBlock(Method parent) |
Block(Method parent) |
CleanupBlock(Method parent) |
ExpectBlock(Method parent) |
SetupBlock(Method parent) |
ThenBlock(Method parent) |
WhenBlock(Method parent) |
WhereBlock(Method parent) |
Copyright © 2016. All rights reserved