378379380381382383384
* * @throws TransformerException if a error occurs creating the Expression. */ protected Expression gt(int opPos) throws TransformerException { return compileOperation(new Gt(), opPos); }
381382383384385386387
346347348349350351352
344345346347348349350
384385386387388389390
343344345346347348349
385386387388389390391