Uses of Interface
org.spockframework.compiler.IRewriteResources
Packages that use IRewriteResources
-
Uses of IRewriteResources in org.spockframework.compiler
Classes in org.spockframework.compiler that implement IRewriteResourcesModifier and TypeClassDescriptionclass
A Spec visitor responsible for most of the rewriting of a Spec's AST.Methods in org.spockframework.compiler with parameters of type IRewriteResourcesModifier and TypeMethodDescriptionstatic 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
(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 IRewriteResourcesModifierConstructorDescriptionDeepBlockRewriter
(IRewriteResources resources) InstanceFieldAccessChecker
(IRewriteResources resources) InteractionRewriter
(IRewriteResources resources, org.codehaus.groovy.ast.expr.ClosureExpression activeWithOrMockClosure)