Searched refs:parse_tree (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DInputObjects.pm370 =head2 $pod_para-E<gt>B<parse_tree()>
373 $pod_para->parse_tree( $ptree );
374 $ptree = $pod_para->parse_tree();
380 sub parse_tree { subroutine
385 ## let ptree() be an alias for parse_tree()
386 *ptree = \&parse_tree;
662 =head2 $pod_seq-E<gt>B<parse_tree()>
665 $pod_seq->parse_tree( $ptree );
666 $ptree = $pod_seq->parse_tree();
673 sub parse_tree { subroutine
[all...]
H A DParser.pm761 my $args = join("", $iseq->parse_tree->children);
870 my $ptree = (pop @seq_stack)->parse_tree;
1627 B<parse_tree()> method that can be used to get or set a corresponding
1654 $pod_para->parse_tree( $ptree );
1666 $pod_para->parse_tree( $ptree );
1692 sub parse_tree {
1701 $pod_para->parse_tree( $ptree );
1702 $parser->parse_tree()->append( $pod_para );
1707 $parser->parse_tree()->append( $pod_para );
1713 $pod_para->parse_tree(
[all...]
H A DChecker.pm1089 my $contents = $_->parse_tree();
H A DMan.pm578 local $_ = $self->collapse ($seq->parse_tree, $literal, $command eq 'C');

Completed in 24 milliseconds