DOKK / manpages / debian 11 / libcql-parser-perl / CQL::Node.3pm.en
CQL::Node(3pm) User Contributed Perl Documentation CQL::Node(3pm)

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 guarantees that its children implements some methods.

toCQL()

toXCQL()

toSwish()

toLucene()

clone()

Creates a copy of a node, and it's children. Useful if you want to modify the tree but keep a copy of the original.

2018-08-25 perl v5.26.2