Home | History | Annotate | Download | only in compiler

Lines Matching refs:Div

44 import org.apache.xpath.operations.Div;
148 expr = div(opPos); break;
397 * Compile a 'div' operation.
401 * @return reference to {@link org.apache.xpath.operations.Div} instance.
405 protected Expression div(int opPos) throws TransformerException
407 return compileOperation(new Div(), opPos);