Uses of Class
org.xwiki.notifications.filters.expression.NotNode
-
Packages that use NotNode Package Description org.xwiki.notifications.filters.expression.generics -
-
Uses of NotNode in org.xwiki.notifications.filters.expression.generics
Methods in org.xwiki.notifications.filters.expression.generics that return NotNode Modifier and Type Method Description static NotNode
ExpressionBuilder. not(AbstractOperatorNode node)
Instantiate a newNotNode
using the given value.
-