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.
|