Class NotExpressionNode


  • public final class NotExpressionNode
    extends FilterNode
    author Pascal Knueppel
    created at: 16.10.2019 - 16:52

    represents an expression that should be negated
    • Constructor Detail

      • NotExpressionNode

        public NotExpressionNode​(FilterNode rightNode)
    • Method Detail

      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getRightNode

        public FilterNode getRightNode()
        the node that should be negated