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

Lines Matching refs:Which

92     /// input symbol at which the error was detected. The stop token indicates
250 /// Return the token object from which this node was created.
320 /// Replace from start to stop child index of parent with t, which might
375 /// Replace from start to stop child index of parent with t, which might
400 /// Get the ITokenStream from which this stream's Tree was created
783 // Print out the leaves of this tree, which means printing original
793 /// which returns either an AST node wrapped around a token payload or
913 /// of tokens so you have to pass in a map or array of token names (from which
934 /// tokenNames (which maps int token types to names).
1179 /// as there are no fields other than the children list, which cannot
1363 /// <summary>Pull nodes from which tree? </summary>
1489 /// which bumps it to 1 meaning no more elements.
1582 /// This method has the common code of two other methods, which differed in only one
1585 /// <param name="ph">The delegate, which has the chosen function</param>
1942 /// <summary>Pull nodes from which tree? </summary>
1959 /// Track which child index you are visiting for each node we push.
1964 /// <summary>Which node are we currently visiting? </summary>
1967 /// <summary>Which node did we visit last? Used for LT(-1) calls. </summary>
1971 /// Which child are we currently visiting? If -1 we have not visited
4554 // make sure there is something in lookahead buf, which might call next()