Lines Matching refs:Or
10 * Redistribution and use in source and binary forms, with or without
17 * documentation and/or other materials provided with the distribution.
18 * 3. The name of the author may not be used to endorse or promote products
21 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
25 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
26 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
70 * State of a lexer, parser, or tree parser are collected into a state
128 * single token insertion or deletion error recovery. If
133 * To turn off single token insertion or deletion error
186 follow = follow.Or( viableTokensFollowingThisRule );
269 * Override this to change the message generated for one or more
487 * can legally follow a call to r *or* any rule that called r.
526 * (context-sensitive or otherwise). We need the combined set of
666 /** <summary>Attempt to recover from a single missing or extra token.</summary>
749 * for input stream type or change the IntStream interface, I use
776 * action in the parser or tree parser works. It simply creates
884 /** <summary>Return whether or not a backtracking attempt failed.</summary> */
974 * input stream? Return the stop token index or MEMO_RULE_UNKNOWN.
1006 * Record whether or not this rule parsed the input at this position