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

Lines Matching refs:viable

776     /// and, for no viable alts, the decision description and state etc...
2094 /// viable tokens that can possibly come next (lookahead depth 1)
2137 /// You want the exact viable token set when recovering from a
2139 /// the viable next token set, then you know there is most likely
2155 * When you find a "no viable alt exception", the input is not
2159 * You don't want the exact set of viable next tokens because the
2207 * exception (since LA(1) is not in the viable following token
4386 Result := 'no viable alternative at input ' + GetTokenErrorDisplay(E.Token);
5409 Result := 'no viable alternative at character ' + GetCharErrorDisplay(NVAE.Character)