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.AndQueryExp
This class is used by the query building mechanism to represent conjunctions of relational expressions. For internal use only.
public AndQueryExp()
public AndQueryExp(QueryExp q1,
QueryExp q2)
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