Home | History | Annotate | Download | only in compiler

Lines Matching refs:Mult

52 import org.apache.xpath.operations.Mult;
146 expr = mult(opPos); break;
387 * @return reference to {@link org.apache.xpath.operations.Mult} instance.
391 protected Expression mult(int opPos) throws TransformerException
393 return compileOperation(new Mult(), opPos);