CQL::NotNode(3pm) | User Contributed Perl Documentation | CQL::NotNode(3pm) |
CQL::NotNode - represents a NOT node in a CQL parse tree
use CQL::NotNode; my $node = CQL::NotNode->new( left => $left, right => $right );
CQL::NotNode inherits from CQL::BooleanNode, where you'll find most of the functionality.
2018-08-25 | perl v5.26.2 |