table of contents
| CQL::NotNode(3pm) | User Contributed Perl Documentation | CQL::NotNode(3pm) |
NAME¶
CQL::NotNode - represents a NOT node in a CQL parse treeSYNOPSIS¶
use CQL::NotNode;
my $node = CQL::NotNode->new( left => $left, right => $right );
DESCRIPTION¶
CQL::NotNode inherits from CQL::BooleanNode, where you'll find most of the functionality.| 2012-11-05 | perl v5.14.2 |