org.ceryle.wiki.plugin.query
Class Operand.NullOperand
java.lang.Object
org.ceryle.wiki.plugin.query.Operand.NullOperand
- All Implemented Interfaces:
- Operand
- Enclosing interface:
- Operand
public static class Operand.NullOperand
- extends Object
- implements Operand
Utility inner class, defined here for convenience.
- Author:
- John Volkar (john.volkar at gmail.com)
| Fields inherited from interface org.ceryle.wiki.plugin.query.Operand |
NULL |
toString
public String toString()
- Override to return empty string, a null operand has no representation.
- Overrides:
toString in class Object
evaluateOperand
public boolean evaluateOperand(Modifier modifier,
ReferenceInfoProvider refInfoProvider,
String pageName)
throws QueryException
- Override to always return true, always evaluates to true.
- Specified by:
evaluateOperand in interface Operand
- Throws:
QueryException
The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.