|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ceryle.wiki.plugin.query.operators.Operator
org.ceryle.wiki.plugin.query.operators.NullOperator
public class NullOperator
The NULL Operator, a component of a query expression.
| Field Summary |
|---|
| Fields inherited from class org.ceryle.wiki.plugin.query.operators.Operator |
|---|
_ALL, _AND, _ANY, _BY, _FROM, _IS, _NOT, _NULL, _OR, _TO |
| Constructor Summary | |
|---|---|
NullOperator()
|
|
| Method Summary | |
|---|---|
boolean |
evaluateOperator(Operand left,
Operand right,
Modifier modifier,
ReferenceInfoProvider refInfoProvider,
String pageName)
|
| Methods inherited from class org.ceryle.wiki.plugin.query.operators.Operator |
|---|
getName, isInfix, isPrefix, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NullOperator()
| Method Detail |
|---|
public boolean evaluateOperator(Operand left,
Operand right,
Modifier modifier,
ReferenceInfoProvider refInfoProvider,
String pageName)
throws QueryException
evaluateOperator in class OperatorQueryException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||