308309310311312313314
* * @param text the expression to be evaluated * @return the builder to continue processing the DSL */ public T javaScript(String text) { return expression(new JavaScriptExpression(text)); }