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

Lines Matching defs:during

91     /// tokens consumed during error recovery. The start token indicates the
93 /// the last symbol consumed during recovery.
101 /// <para>This only makes sense during token parsing, not tree parsing.
692 /// constructor during construction and makes pointers into the tree
742 /// Seek back to previous index saved during last Push() call.
1065 /// No new nodes should be created in tree during the walk. A small buffer
1069 /// For tree rewriting during tree parsing, this must also be able
1096 /// <summary>Base class for all exceptions thrown during AST rewrite construction.</summary>
1751 /// This adaptor creates TreePattern objects for use during scan()
2057 /// Navigates to the next node found during a depth-first walk of root.
2623 // is consumed during recovery; LT(-1) will return null.