SYNOPSIS

    n/a

DESCRIPTION

Base class for boolean nodes in a \s-1CQL\s0 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

\fInew()\fP

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

\fIleft()\fP

\fIright()\fP

\fItoCQL()\fP

\fItoSwish()\fP

\fItoXCQL()\fP

\fItoLucene()\fP