• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/CPANInternal-140/Tree-DAG_Node/lib/Tree/

Lines Matching +refs:at +refs:expression +refs:start

67 down (away from the root), and left (i.e., toward the start (index 0)
75 expression trees for programming languages, or constituency in the
82 some reason ended up looking here, go look at L<AnyDBM_File>.)
164 A I<passing> acquintance with at least the broader details of the source
277 Just another way to get at the C<new> method. This B<does not copy>
546 $mother->_update_daughter_links; # need only do this at the end
635 to the left (start) of $mother's daughter list.
767 LIST can include $node itself (presumably at most once). LIST can
1081 then grandmother, and ending at the root. It does this by simply
1107 my @ancestors = ( $mama ); # start off with my mama
1514 and since addresses start from the root, all addresses start with a
1541 Carp::croak "Address \"$address\" must start with '0'" unless shift(@parts) == 0;
1673 Performs a depth-first traversal of the structure at and under $node.
1674 What it does at each node depends on the value of the options hashref,
1676 "callbackback" (at least one of which must be defined, as a sub
1680 * Start at the $node given.
1701 start at the root) or part of a tree; if what you're doing is best done
1727 # looking at it.
1785 Dumps, as an indented list, the names of the nodes starting at $node,
1789 $node as being at (and so the generation under that is that plus one,
1802 item is a line, with a "\n" at the end.
1857 be generated only after this depth is reached, so the tree will be at
2022 Dumps a tree (starting at $node) as the sort of LoL-like bracket
2102 Returns that tree (starting at $node) represented as a LoL, like what
2149 is useful for making things like expression trees, or at least
2194 Returns that tree (starting at $node) represented as a simple-LoL --
2299 at-and-under $node, with $node at the top. Returns a reference to the
2300 list of lines (with no "\n"s or anything at the end of them) that make
2677 Destroys the entire tree that $node is a member of (starting at the
2701 $node->delete_tree, or until the program stops (at "global
2706 like C<delete_tree> -- they involve dummy classes, as explained at
2837 at the address listed in the MAINTAINER section, below. Please try to
2859 I do, at points, get bursts of ambition, and I try to fix code in