Home
last modified time | relevance | path

Searched refs:compileUnary (Results 1 – 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DCompiler.java231 private Expression compileUnary(UnaryOperation unary, int opPos) in compileUnary() method in Compiler
449 return compileUnary(new Neg(), opPos); in neg()
463 return compileUnary(new org.apache.xpath.operations.String(), opPos); in string()
477 return compileUnary(new org.apache.xpath.operations.Bool(), opPos); in bool()
491 return compileUnary(new org.apache.xpath.operations.Number(), opPos); in number()