Class AbstractNode
- java.lang.Object
-
- org.xwiki.notifications.filters.expression.generics.AbstractNode
-
- All Implemented Interfaces:
ExpressionNode
- Direct Known Subclasses:
AbstractOperatorNode
,AbstractValueNode
,EmptyNode
public abstract class AbstractNode extends Object implements ExpressionNode
AbstractNode definition for a filtering expression.- Since:
- 9.7RC1
- Version:
- $Id: 96f0c31f60132464262d0667df6c9fd077314cf0 $
-
-
Field Summary
Fields Modifier and Type Field Description static EmptyNode
EMPTY_NODE
GenericEmptyNode
that can be used for comparison.
-
Constructor Summary
Constructors Constructor Description AbstractNode()
-