All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.reference.query.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.


Constructor Index

 o BinaryOpExpression()
 o BinaryOpExpression(int, ValueExp, ValueExp)

Method Index

 o apply(Object)
 o getClassVersion()
 o getLeftValue()
 o getOperator()
 o getRightValue()
 o toString()
Returns a string representation of the object.

Constructors

 o BinaryOpExpression
 public BinaryOpExpression(int o,
                           ValueExp v1,
                           ValueExp v2)
 o BinaryOpExpression
 public BinaryOpExpression()

Methods

 o getClassVersion
 public String getClassVersion()
 o getOperator
 public int getOperator()
 o getLeftValue
 public ValueExp getLeftValue()
 o getRightValue
 public ValueExp getRightValue()
 o apply
 public ValueExp apply(Object mo) throws BadStringOperationException, BadBinaryOpExpressionException, BadAttributeValueException, InvalidApplicationException
Overrides:
apply in class ValueExp
 o toString
 public String toString()
Returns a string representation of the object.

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index