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 TypeClassDescriptionclassA 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 voidWhereBlockRewriter.rewrite(WhereBlock block, IRewriteResources resources) static org.codehaus.groovy.ast.stmt.StatementConditionRewriter.rewriteExplicitCondition(org.codehaus.groovy.ast.stmt.AssertStatement stat, IRewriteResources resources) static org.codehaus.groovy.ast.stmt.StatementConditionRewriter.rewriteImplicitCondition(org.codehaus.groovy.ast.stmt.ExpressionStatement stat, IRewriteResources resources) static org.codehaus.groovy.ast.expr.ExpressionAstUtil.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)