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.