146147148149150151152153154
return parseGREL(s); } } static protected Evaluable parseGREL(String s) throws ParsingException { Parser parser = new Parser(s); return parser.getExpression(); }