CQL::PrefixNode(3pm) | User Contributed Perl Documentation | CQL::PrefixNode(3pm) |
CQL::PrefixNode - represents a prefix node in a CQL parse tree
use CQL::PrefixNode; my $prefix = CQL::PrefixNode->new( name => '', identifier => '', subtree => $node );
Creates a new CQL::PrefixNode inducing a mapping from the specified qualifier-set name to the specified identifier across the specified subtree.
2022-12-11 | perl v5.36.0 |