logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

CQL::PrefixNode - represents a prefix node in a CQL parse tree

Description

Methods

new()
       Creates a new CQL::PrefixNode inducing a mapping from the specified qualifier-set name to the specified
       identifier across the specified subtree.

   getPrefix()getSubtree()toCQL()toXCQL()
perl v5.36.0                                       2022-12-11                               CQL::PrefixNode(3pm)

Name

       CQL::PrefixNode - represents a prefix node in a CQL parse tree

Synopsis

           use CQL::PrefixNode;
           my $prefix = CQL::PrefixNode->new(
               name        => '',
               identifier  => '',
               subtree     => $node
           );

See Also