Uses of Interface
org.spockframework.compiler.IRewriteResources

Packages that use IRewriteResources
org.spockframework.compiler   
 

Uses of IRewriteResources in org.spockframework.compiler
 

Classes in org.spockframework.compiler that implement IRewriteResources
 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
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
DeepStatementRewriter(IRewriteResources resources)
           
InstanceFieldAccessChecker(IRewriteResources resources)
           
InteractionRewriter(IRewriteResources resources)
           
 



Copyright © 2013. All rights reserved