Class QueryNode

    • Constructor Detail

      • QueryNode

        protected QueryNode​(QueryNodeType nodeType,
                            List<QueryNode> children)
        Constructor.
        Parameters:
        nodeType - the type of the node
        children - the children of this node or null if none
      • QueryNode

        protected QueryNode​(QueryNodeType nodeType,
                            QueryNode child)
        Constructor.
        Parameters:
        nodeType - the type of the node
        child - the child of this node or null if none
      • QueryNode

        protected QueryNode​(QueryNodeType nodeType)
        Constructor.
        Parameters:
        nodeType - the type of the node