javax.wvcm
Class SearchToken.Expression

java.lang.Object
  extended by javax.wvcm.SearchToken.Expression
Direct Known Subclasses:
SearchToken.ContentExpression, SearchToken.NestedExpression, SearchToken.PropertyExpression
Enclosing class:
SearchToken

public abstract static class SearchToken.Expression
extends java.lang.Object

Represents an expression


Constructor Summary
SearchToken.Expression()
          Constructor
 
Method Summary
 boolean isNegated()
           
 SearchToken.Expression negate()
          Negate the expression.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchToken.Expression

public SearchToken.Expression()
Constructor

Method Detail

isNegated

public boolean isNegated()
Returns:
true, if this expression is negated

negate

public SearchToken.Expression negate()
Negate the expression. Negating an negated expression unnegates.



Copyright (c) 2003 - Apache Software Foundation