debian man page for cql::proxnode

Query: cql::proxnode

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CQL::ProxNode(3pm)					User Contributed Perl Documentation					CQL::ProxNode(3pm)

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.12.4 2009-12-02 CQL::ProxNode(3pm)
Related Man Pages
net::jabber::loudmouth::messagenode(3pm) - debian
rdf::query::plan::minus(3pm) - debian
tree::node(3pm) - debian
tree::redblack(3pm) - debian
xml::dom::text(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Introduction
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
My first PERL incarnation... Audio Oscillograph