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

Lines Matching refs:How

461     /// <summary>return how much space is being used by the bits array not
462 /// how many actually have member bits on.
558 /// Did the recognizer encounter a syntax error? Track how many.
789 /// How should a token be displayed in an error message? The default
889 /// Return how many rule/input-index pairs there are in total.
943 /// TODO: how to access the full token stream? How to track all tokens matched per rule?
1611 /// <summary>How many characters are actually in the buffer?</summary>
2311 /// <summary>Skip tokens on any channel but this one; this is how we skip whitespace... </summary>
4457 Inc(Result,RuleMap.Count); // how many input indexes are recorded?
4628 // we don't know how to conjure up a token for sets yet