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

Lines Matching refs:What

310     /// What index is this node in the child list? Range: 0..n-1
412 /// What adaptor can tell me how to interpret/navigate nodes and trees.
428 /// What does a tree look like? ANTLR has a number of support classes
497 /// <summary>This node is what child index? 0..n-1</summary>
511 /// <summary>In case we don't have a token payload, what is the line for errors? </summary>
516 /// What is the smallest token index (indexing from 0) for this node
522 /// What is the largest token index (indexing from 0) for this node
590 /// What is the smallest token index (indexing from 0) for this node
596 /// What is the largest token index (indexing from 0) for this node
650 /// If you care what the token payload objects' type is, you should
667 /// If you care what the token payload objects' type is, you should
998 /// TODO: what's a better way to indicate bad pattern? Exceptions are a hassle
1193 /// What token indexes bracket all tokens associated with this node
1210 /// <summary>What index is this node in the child list? Range: 0..n-1</summary>
1357 /// as we don't what the trees look like. Load upon first need of
1369 /// <summary>What tree adaptor was used to build these trees</summary>
1948 /// <summary>What tree adaptor was used to build these trees</summary>
1977 /// What node index did we just consume? i=0..n-1 for n node trees.
2958 Result := nil; // no idea what to do