322323324325326327328
* * @throws TransformerException if a error occurs creating the Expression. */ protected Expression equals(int opPos) throws TransformerException { return compileOperation(new Equals(), opPos); }
325326327328329330331
290291292293294295296
288289290291292293294
328329330331332333334
287288289290291292293
329330331332333334335