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.BinaryRelQueryExp
This class is used by the query-building mechanism to represent binary relations.
For internal use only.
public BinaryRelQueryExp(int op,
ValueExp v1,
ValueExp v2)
public BinaryRelQueryExp()
public String getClassVersion()
public int getOperator()
public ValueExp getLeftValue()
public ValueExp getRightValue()
public boolean apply(Object mo) throws BadStringOperationException, BadBinaryOpExpressionException, BadAttributeValueException, InvalidApplicationException
public String toString()
All Packages Class Hierarchy This Package Previous Next Index