Ed Summers > CQL-Parser-0.2 > CQL::AndNode

Download:
CQL-Parser-0.2.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: CQL-Parser-1.0

NAME ^

CQL::AndNode - represents an AND node in a CQL parse tree

SYNOPSIS ^

    use CQL::AndNode;
    my $node = CQL::AndNode->new( left => $left, right => $right );

DESCRIPTION ^

CQL::AndNode inherits from CQL::BooleanNode, where you will find most of the functionality.