Searched refs:theToken (Results 1 – 7 of 7) sorted by relevance
67 - (void) setToken:(id<ANTLRToken>) theToken69 if (theToken != token) {71 token = [theToken retain];
37 - (void) setToken:(id<ANTLRToken>) theToken;
77 - (void) setToken:(id<ANTLRToken>) theToken;
1016 pANTLR3_COMMON_TOKEN theToken; in displayRecognitionError() local1065 theToken = (pANTLR3_COMMON_TOKEN)(recognizer->state->exception->token); in displayRecognitionError()1066 ttext = theToken->toString(theToken); in displayRecognitionError()1069 if (theToken != NULL) in displayRecognitionError()1071 if (theToken->type == ANTLR3_TOKEN_EOF) in displayRecognitionError()1098 theToken = (pANTLR3_COMMON_TOKEN) theBaseTree->getToken(theBaseTree); in displayRecognitionError()
76 - (void) setToken:(id<ANTLRToken>) theToken;