352353354355356357358
* * @throws TransformerException if a error occurs creating the Expression. */ protected Expression lt(int opPos) throws TransformerException { return compileOperation(new Lt(), opPos); }