Download: CQL-Parser-0.2.tar.gz
Dependencies
Annotate this POD
CQL::Node - base class for nodes in a CQL parse tree
n/a
All the CQL node classes inherit from CQL::Node. CQL::Node essentially gurantees that its children implement the toCQL() method.