FreeBSD Manual Pages
CQL::ProxNode(3) User Contributed Perl Documentation CQL::ProxNode(3) NAME CQL::ProxNode - represents a PROX node in a CQL parse tree SYNOPSIS use CQL::ProxNode; my $node = CQL::ProxNode->new( left => $left ); $node->addSecondTerm( $right ); DESCRIPTION METHODS new() Creates a new, incomplete, proximity node with the specified left-hand side. No right-hand side is specified at this stage: that must be specified later, using the addSecondSubterm() method. (That may seem odd, but it's just easier to write the parser that way.) Proximity paramaters may be added at any time, before or after the right-hand-side sub-tree is added. my $prox = CQL::ProxNode->new( $term ); addSecondTerm() addModifier() getModifiers() op() opXCQL() perl v5.32.0 2012-11-05 CQL::ProxNode(3)
NAME | SYNOPSIS | DESCRIPTION | METHODS | new()
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=CQL::ProxNode&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>