Lines Matching full:subtree
395 Given the root of the subtree created for this rule, post process
503 Get the token start index for this subtree; return -1 if no such index
511 Get the token stop index for this subtree; return -1 if no such index
1005 # ensure new subtree root has parent/child index set
1321 """For every node in this subtree, make sure it's start/stop token's
1526 Track start/stop token for subtree root created for a rule.
2322 self.input.consume() # not subtree, consume 1 node and return
2325 # current node is a subtree, skip to corresponding UP.
2568 an existing subtree.
2591 # Once a node / subtree has been used in a stream, it must be dup'd
2650 Return a duplicate node/subtree if stream is out of elements and
2669 a tree node or subtree. Deal with the optimization of single-
2699 subtree. Dup'ing a token means just creating another AST node
2769 Treat next element as a single node even if it's a subtree.