All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----com.sun.jaw.reference.query.QueryEval
|
+----com.sun.jaw.reference.query.ValueExp
|
+----com.sun.jaw.reference.query.BinaryOpExpression
This class is used by the query-building mechanism to represent binary operations.
For internal use only.
public BinaryOpExpression(int o,
ValueExp v1,
ValueExp v2)
public BinaryOpExpression()
public String getClassVersion()
public int getOperator()
public ValueExp getLeftValue()
public ValueExp getRightValue()
public ValueExp apply(Object mo) throws BadStringOperationException, BadBinaryOpExpressionException, BadAttributeValueException, InvalidApplicationException
public String toString()
All Packages Class Hierarchy This Package Previous Next Index