The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CQL::Node - base class for nodes in a CQL parse tree

SYNOPSIS

    n/a

DESCRIPTION

All the CQL node classes inherit from CQL::Node. CQL::Node essentially gurantees that its children implement the toCQL() method.