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

/openjdk7/jdk/src/share/classes/javax/management/
H A DBinaryOpValueExp.java158 throw new BadStringOperationException(opString());
170 return parens(exp1, true) + " " + opString() + " " + parens(exp2, false);
238 private String opString() throws BadBinaryOpValueExpException { method in class:BinaryOpValueExp

Completed in 28 milliseconds