Class UnionBuilder<T extends ParsedQuery,​E extends SupportsGroups>

    • Constructor Detail

      • UnionBuilder

        public UnionBuilder​(GroupBuilder<T,​E> theParent)
        Deprecated.
    • Method Detail

      • left

        public GroupBuilder<T,​UnionBuilder<T,​E>> left()
        Deprecated.
        Return a builder for creating the left operand of the union
        Returns:
        builder for left operand
      • right

        public GroupBuilder<T,​UnionBuilder<T,​E>> right()
        Deprecated.
        Return a builder for creating the right operand of the union
        Returns:
        builder for right operand
      • closeUnion

        public GroupBuilder<T,​E> closeUnion()
        Deprecated.
        Close this union and return it's parent group builder.
        Returns:
        the parent builder
      • size

        public int size()
        Deprecated.
        Specified by:
        size in interface Group
      • addChild

        public void addChild​(Group theGroup)
        Deprecated.
        Specified by:
        addChild in interface Group
      • isOptional

        public boolean isOptional()
        Deprecated.
        Specified by:
        isOptional in interface Group