} catch (TokenMgrError tme) {
throw new ParseException(tme.getMessage());
}
}
if (tree.jjtGetNumChildren() > 1 && log.isWarnEnabled()) {
log.warn("The JEXL Expression created will be a reference"
+ " to the first expression from the supplied script: \""
+ expression + "\" ");
}