Home | History | Annotate | Download | only in compiler

Lines Matching refs:Neg

53 import org.apache.xpath.operations.Neg;
154 expr = neg(opPos); break;
443 * @return reference to {@link org.apache.xpath.operations.Neg} instance.
447 protected Expression neg(int opPos) throws TransformerException
449 return compileUnary(new Neg(), opPos);