Searched defs:theToken (Results 1 - 1 of 1) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3baserecognizer.c1016 pANTLR3_COMMON_TOKEN theToken; local
1065 theToken = (pANTLR3_COMMON_TOKEN)(recognizer->state->exception->token);
1066 ttext = theToken->toString(theToken);
1069 if (theToken != NULL)
1071 if (theToken->type == ANTLR3_TOKEN_EOF)
1098 theToken = (pANTLR3_COMMON_TOKEN) theBaseTree->getToken(theBaseTree);

Completed in 341 milliseconds