Lines Matching full:that
16 // modification, are permitted provided that the following conditions
54 /// Start token index that encases this tree
58 /// End token that encases this tree
66 /// Points to the node that has this node as a child.
76 /// Pointer to the tree factory that manufactured this
83 /// that performs a lot of the dirty work of node management
84 /// To this we add just a few functions that are specific to the
89 /// It needs an ANTLR3_BASE_TREE that will support all the
101 /// JIMS_TREE (note that the base tree in common tree will be ignored)
114 /// Pointers to the array of tokens that this factory has produced so far
132 /// Pointer to a vector factory that is used to create child list vectors
133 /// for any child nodes that need them. This means that we auto track the
135 /// that all rewriting trees can use the same tree factory and the same
143 /// A resuse stack for reclaiming Nil nodes that were used in rewrites
149 /// Pointer to a function that returns a new tree