com.sun.jaw.reference.query
Class BinaryOpExpression
java.lang.Object
|
+--com.sun.jaw.reference.query.QueryEval
|
+--com.sun.jaw.reference.query.ValueExp
|
+--com.sun.jaw.reference.query.BinaryOpExpression
- public class BinaryOpExpression
- extends ValueExp
For internal use only.
This class is used by the query-building mechanism to represent
binary operations.
For internal use only.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
BinaryOpExpression
public BinaryOpExpression(int o,
ValueExp v1,
ValueExp v2)
BinaryOpExpression
public BinaryOpExpression()
getClassVersion
public java.lang.String getClassVersion()
getOperator
public int getOperator()
getLeftValue
public ValueExp getLeftValue()
getRightValue
public ValueExp getRightValue()
apply
public ValueExp apply(java.lang.Object mo)
throws BadStringOperationException,
BadBinaryOpExpressionException,
BadAttributeValueException,
InvalidApplicationException
- Overrides:
- apply in class ValueExp
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object