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

/openjdk7/jdk/src/share/classes/sun/tools/jstat/
H A DParser.java340 private Expression unary() throws ParserException, IOException { method in class:Parser
356 log(pdebug, "Parsed: unary -> " + e);
362 log(pdebug, "Parsed: unary -> " + e1);
372 Expression e = unary();
392 e1.setRight(unary());
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DCompiler.java224 * Bottle-neck compilation of a unary operation.
226 * @param unary The parent unary operation.
229 * @return The unary argument.
233 private Expression compileUnary(UnaryOperation unary, int opPos) argument
239 unary.setRight(compile(rightPos));
241 return unary;
441 * Compile a unary '-' operation.

Completed in 38 milliseconds