Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching refs:subtree

165     /// Given the root of the subtree created for this rule, post process
276 /// Get the token start index for this subtree; return -1 if no such index
281 /// Get the token stop index for this subtree; return -1 if no such index
794 /// an existing subtree.
851 /// Treat next element as a single node even if it's a subtree.
989 /// on the various nodes and '.' (dot) as the node/subtree wildcard,
1504 /// Tracks whether a node or subtree has been used in a stream
1507 /// Once a node or subtree has been used in a stream, it must be dup'd
1534 /// it's a tree node or subtree.
1598 /// subtree. Dup'ing a token means just creating another AST node
2773 // ensure new subtree root has parent/child index set
3800 FInput.Consume; // not subtree, consume 1 node and return
3804 // current node is a subtree, skip to corresponding UP.
4330 Subtree, Child: IANTLRInterface;
4348 Subtree := ParseTree;
4349 FAdaptor.AddChild(Result, Subtree);