Searched defs:BinaryOpValueExp (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/
H A DBinaryOpValueExp.java36 class BinaryOpValueExp extends QueryEval implements ValueExp { class in inherits:QueryEval,ValueExp
60 public BinaryOpValueExp() { method in class:BinaryOpValueExp
64 * Creates a new BinaryOpValueExp using operator o applied on v1 and
67 public BinaryOpValueExp(int o, ValueExp v1, ValueExp v2) { method in class:BinaryOpValueExp
96 * Applies the BinaryOpValueExp on a MBean.
98 * @param name The name of the MBean on which the BinaryOpValueExp will be applied.
178 * preserve meaning. Suppose this BinaryOpValueExp is
214 if (subexp instanceof BinaryOpValueExp) {
215 int subop = ((BinaryOpValueExp) subexp).op;

Completed in 801 milliseconds