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