476477478479480481482
* * @throws TransformerException if a error occurs creating the Expression. */ protected Expression neg(int opPos) throws TransformerException { return compileUnary(new Neg(), opPos); }
479480481482483484485
444445446447448449450
442443444445446447448
482483484485486487488
441442443444445446447
483484485486487488489