330331332333334335336
* * @throws TransformerException if a error occurs creating the Expression. */ protected Expression gte(int opPos) throws TransformerException { return compileOperation(new Gte(), opPos); }
334335336337338339340
364365366367368369370
367368369370371372373
332333334335336337338
370371372373374375376
329330331332333334335