Uses of Class
org.xwiki.notifications.filters.expression.NotEqualsNode
-
Packages that use NotEqualsNode Package Description org.xwiki.notifications.filters.expression.generics -
-
Uses of NotEqualsNode in org.xwiki.notifications.filters.expression.generics
Methods in org.xwiki.notifications.filters.expression.generics that return NotEqualsNode Modifier and Type Method Description NotEqualsNode
AbstractValueNode. notEq(AbstractValueNode node)
Just asAbstractValueNode.eq(AbstractValueNode)
, this method is a helper to create expressions without having to instantiate new objects.
-