Home | History | Annotate | Download | only in src

Lines Matching full:expecting

539 			recognizer->state->exception->expecting = nextt;
651 recognizer->state->exception->expecting = ttype;
1140 if (ex->expecting == ANTLR3_TOKEN_EOF)
1146 ANTLR3_FPRINTF(stderr, " : Extraneous input - expected %s ...\n", tokenNames[ex->expecting]);
1160 ANTLR3_FPRINTF(stderr, " : Missing token (%d)...\n", ex->expecting);
1164 if (ex->expecting == ANTLR3_TOKEN_EOF)
1170 ANTLR3_FPRINTF(stderr, " : Missing %s \n", tokenNames[ex->expecting]);
1188 // We were expecting to see one thing and got another. This is the
1203 if (ex->expecting == ANTLR3_TOKEN_EOF)
1209 ANTLR3_FPRINTF(stderr, " : expected %s ...\n", tokenNames[ex->expecting]);
1269 ANTLR3_FPRINTF(stderr, "Actually dude, we didn't seem to be expecting anything here, or at least\n");
1270 ANTLR3_FPRINTF(stderr, "I could not work out what I was expecting, like so many of us these days!\n");
1534 recognizer->state->exception->expecting = ttype;