All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----com.sun.jaw.reference.query.QueryEval
|
+----com.sun.jaw.reference.query.QueryExp
|
+----com.sun.jaw.reference.query.OrQueryExp
This class is for internal use only.
This class is used by the query-building mechanism to represent disjunctions of relational expressions.
public OrQueryExp(QueryExp q1,
QueryExp q2)
public OrQueryExp()
public String getClassVersion()
public QueryExp getLeftExp()
public QueryExp getRightExp()
public boolean apply(Object mo) throws BadStringOperationException, BadBinaryOpExpressionException, BadAttributeValueException, InvalidApplicationException
public String toString()
All Packages Class Hierarchy This Package Previous Next Index