Class NotNode

    • Constructor Detail

      • NotNode

        public NotNode​(List<ExprNode> childList)
        Creates a NotNode using a logical NOT operator and a list of children. A Not node could contain only one child
        Parameters:
        childList - the child nodes under this branch node.
      • NotNode

        public NotNode​(ExprNode child)
        Creates a NotNode using a logical NOT operator and the given child.
        Parameters:
        child - the child node under this branch node.
      • NotNode

        public NotNode()
        Creates an empty NotNode