Searched refs:compileUnary (Results 1 – 1 of 1) sorted by relevance
231 private Expression compileUnary(UnaryOperation unary, int opPos) in compileUnary() method in Compiler449 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()