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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DCompiler.java233 private Expression compileUnary(UnaryOperation unary, int opPos) method in class:Compiler
451 return compileUnary(new Neg(), opPos);
465 return compileUnary(new com.sun.org.apache.xpath.internal.operations.String(), opPos);
479 return compileUnary(new com.sun.org.apache.xpath.internal.operations.Bool(), opPos);
493 return compileUnary(new com.sun.org.apache.xpath.internal.operations.Number(), opPos);

Completed in 31 milliseconds