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

/openjdk7/jdk/src/share/classes/javax/management/
H A DBinaryOpValueExp.java211 private String parens(ValueExp subexp, boolean left) argument
214 if (subexp instanceof BinaryOpValueExp) {
215 int subop = ((BinaryOpValueExp) subexp).op;
224 return subexp.toString();
226 return "(" + subexp + ")";

Completed in 29 milliseconds