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

/openjdk7/jdk/src/share/classes/javax/management/
H A DInstanceOfQueryExp.java35 class InstanceOfQueryExp extends QueryEval implements QueryExp { class in inherits:QueryEval,QueryExp
58 public InstanceOfQueryExp(StringValueExp classNameValue) { method in class:InstanceOfQueryExp
114 * Returns a string representation of this InstanceOfQueryExp.
115 * @return a string representation of this InstanceOfQueryExp.
H A DQuery.java634 * href="../../serialized-form.html#javax.management.InstanceOfQueryExp">
635 * javax.management.InstanceOfQueryExp</a>}.
639 return new InstanceOfQueryExp(classNameValue);

Completed in 32 milliseconds