Parameters: expression - the Groovy expression to evaluate the result of the expression throws: CompilationFailedException - if expression is no proper Groovy
evaluate expression and make object available inside the expression as 'symbol'
Parameters: expression - the Groovy expression to evaluate the result of the expression throws: CompilationFailedException - if expression is no proper Groovy
evaluate expression and make x available inside the expression as 'x'
Parameters: expression - the Groovy expression to evaluate the result of the expression throws: CompilationFailedException - if expression is no proper Groovy
evaluate expression and make x and y available inside the expression as 'x' and 'y'
Parameters: expression - the Groovy expression to evaluate the result of the expression throws: CompilationFailedException - if expression is no proper Groovy
evaluate expression and make x,y,z available inside the expression as 'x','y','z'
Parameters: expression - the Groovy expression to evaluate the result of the expression throws: CompilationFailedException - if expression is no proper Groovy