org.apache.slide.search.basic.expression
Class BasicExpression
java.lang.Object
org.apache.slide.search.basic.expression.BasicExpression
- All Implemented Interfaces:
- IBasicExpression
- Direct Known Subclasses:
- GenericBasicExpression
- public abstract class BasicExpression
- extends java.lang.Object
- implements IBasicExpression
A BasicSearchExpression represents exactly one operator (AND, GT, ...).
- Version:
- $Revision: 1.2.2.1 $
- Author:
- Martin Wallmer
Constructor Summary |
protected |
BasicExpression(org.jdom.Element e)
constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
expressionFactory
protected BasicExpressionFactory expressionFactory
expressionElement
protected org.jdom.Element expressionElement
- the JDOM element representing this expression.
resultSet
protected IBasicResultSet resultSet
- the resultset of this expression, if it has the state resolved
BasicExpression
protected BasicExpression(org.jdom.Element e)
throws InvalidQueryException
- constructor. Only called by the conrecte expressions
- Parameters:
e
- the jdom element representing this expression.