Uses of Class
org.xwiki.notifications.filters.expression.GreaterThanNode
-
Packages that use GreaterThanNode Package Description org.xwiki.notifications.filters.expression.generics -
-
Uses of GreaterThanNode in org.xwiki.notifications.filters.expression.generics
Methods in org.xwiki.notifications.filters.expression.generics that return GreaterThanNode Modifier and Type Method Description GreaterThanNode
AbstractValueNode. greaterThan(AbstractValueNode node)
Helper that allows to createGreaterThanNode
without having to instantiate new objects.
-