Home | History | Annotate | Download | only in Headers

Lines Matching refs:To

13 // 3. The name of the author may not be used to endorse or promote products
17 // IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
21 // NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
58 * to some applications; default implementation stores ptr to it in
67 To:(id<ANTLRToken>)aStopToken
70 /** Is tree considered a nil node used to make lists of child nodes? */
76 /** If oldRoot is a nil root, just copy or move the children to newRoot.
97 * Be advised that it's ok for newRoot to point at oldRoot's
98 * children; i.e., you don't have to copy the list. We are
127 - (void) setTokenBoundaries:(id<ANTLRTree>)aTree From:(id<ANTLRToken>)startToken To:(id<ANTLRToken>)stopToken;
135 /** Set ith child (0..n-1) to t; t must be non-null and non-nil node */
157 - (void) replaceChildren:(id<ANTLRTree>)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id<ANTLRTree>)t;