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