All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.reference.query.NotQueryExp

java.lang.Object
   |
   +----com.sun.jaw.reference.query.QueryEval
           |
           +----com.sun.jaw.reference.query.QueryExp
                   |
                   +----com.sun.jaw.reference.query.NotQueryExp

public class NotQueryExp
extends QueryExp
For internal use only.

This class is used by the query-building mechanism to represent negations of relational expressions.

For internal use only.


Constructor Index

 o NotQueryExp()
 o NotQueryExp(QueryExp)

Method Index

 o apply(Object)
 o getClassVersion()
 o getNegatedExp()
 o toString()
Returns a string representation of the object.

Constructors

 o NotQueryExp
 public NotQueryExp()
 o NotQueryExp
 public NotQueryExp(QueryExp q)

Methods

 o getClassVersion
 public String getClassVersion()
 o getNegatedExp
 public QueryExp getNegatedExp()
 o apply
 public boolean apply(Object mo) throws BadStringOperationException, BadBinaryOpExpressionException, BadAttributeValueException, InvalidApplicationException
Overrides:
apply in class QueryExp
 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