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