Provided by: libcql-parser-perl_1.12-1_all bug

NAME

       CQL::BooleanNode - represents a boolean node in a CQL parse tree

SYNOPSIS

           n/a

DESCRIPTION

       Base class for boolean nodes in a CQL parse tree. See CQL::AndNode and CQL::OrNode.
       CQL::BooleanNode inherits from CQL::Node. Typically you'll want to use CQL::AndNode or
       CQL::OrNode to instantiate the object.

METHODS

   new()
       You must pass in both a left and right parameter, which should be CQL::Node objects.

   left()
   right()
   toCQL()
   toSwish()
   toXCQL()
   toLucene()