Home | History | Annotate | Download | only in compiler

Lines Matching defs:lte

49 import org.apache.xpath.operations.Lte;
134 expr = lte(opPos); break;
303 * @return reference to {@link org.apache.xpath.operations.Lte} instance.
307 protected Expression lte(int opPos) throws TransformerException
309 return compileOperation(new Lte(), opPos);