Uses of Interface
org.spockframework.compiler.IRewriteResources
-
Packages that use IRewriteResources Package Description org.spockframework.compiler -
-
Uses of IRewriteResources in org.spockframework.compiler
Classes in org.spockframework.compiler that implement IRewriteResources Modifier and Type Class Description class
SpecRewriter
A Spec visitor responsible for most of the rewriting of a Spec's AST.Methods in org.spockframework.compiler with parameters of type IRewriteResources Modifier and Type Method Description static void
WhereBlockRewriter. rewrite(WhereBlock block, IRewriteResources resources)
static org.codehaus.groovy.ast.stmt.Statement
ConditionRewriter. rewriteExplicitCondition(org.codehaus.groovy.ast.stmt.AssertStatement stat, IRewriteResources resources)
static org.codehaus.groovy.ast.stmt.Statement
ConditionRewriter. rewriteImplicitCondition(org.codehaus.groovy.ast.stmt.ExpressionStatement stat, IRewriteResources resources)
static org.codehaus.groovy.ast.expr.Expression
AstUtil. toArgumentArray(java.util.List<org.codehaus.groovy.ast.expr.Expression> argList, IRewriteResources resources)
Turns an argument list obtained from AstUtil.getArguments() into an Object[] array suitable to be passed to InvokerHelper or SpockRuntime.Constructors in org.spockframework.compiler with parameters of type IRewriteResources Constructor Description DeepBlockRewriter(IRewriteResources resources)
InstanceFieldAccessChecker(IRewriteResources resources)
InteractionRewriter(IRewriteResources resources, org.codehaus.groovy.ast.expr.ClosureExpression activeWithOrMockClosure)
-