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

Lines Matching refs:parsing

101     /// <para>This only makes sense during token parsing, not tree parsing.
102 /// Tree parsing should happen only when parsing and tree construction
238 /// <summary>For tree parsing, I need to know the token type of a node </summary>
421 /// parsing, it's slow and a waste of memory to create unique
506 /// <summary>Return a token type; needed for tree parsing </summary>
586 /// <summary>Return a token type; needed for tree parsing </summary>
1054 /// when you are parsing trees. To be generic the tree node types
1069 /// For tree rewriting during tree parsing, this must also be able