Query: cql::notnode
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CQL::NotNode(3pm) User Contributed Perl Documentation CQL::NotNode(3pm)NAMECQL::NotNode - represents a NOT node in a CQL parse treeSYNOPSISuse CQL::NotNode; my $node = CQL::NotNode->new( left => $left, right => $right );DESCRIPTIONCQL::NotNode inherits from CQL::BooleanNode, where you'll find most of the functionality. perl v5.12.4 2009-12-02 CQL::NotNode(3pm)