336337338339340341342
* * @throws TransformerException if a error occurs creating the Expression. */ protected Expression lte(int opPos) throws TransformerException { return compileOperation(new Lte(), opPos); }
339340341342343344345
304305306307308309310
302303304305306307308
342343344345346347348
301302303304305306307
343344345346347348349