Class SearchClauseGroup


  • public class SearchClauseGroup
    extends QueryNode
    A LexCQL expression tree search_clausse_group node.
    • Method Detail

      • getLeftChild

        public QueryNode getLeftChild()
        Get the left child (search clause or group).
        Returns:
        the left child (search clause or group)
      • getRightChild

        public QueryNode getRightChild()
        Get the right child (search clause or group).
        Returns:
        the right child (search clause or group)
      • getBoolean

        public RBoolean getBoolean()
        Get the right child (search clause or group).
        Returns:
        the right child (search clause or group)
      • hasBoolean

        public boolean hasBoolean​(RBoolean r_boolean)
        Check if expression used a given boolean.
        Parameters:
        r_boolean - the boolean to check
        Returns:
        true if the given boolean was used, false otherwise