Home | History | Annotate | Download | only in compiler

Lines Matching refs:gt

46 import org.apache.xpath.operations.Gt;
140 expr = gt(opPos); break;
345 * @return reference to {@link org.apache.xpath.operations.Gt} instance.
349 protected Expression gt(int opPos) throws TransformerException
351 return compileOperation(new Gt(), opPos);