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