Searched refs:theBaseTree (Results 1 - 1 of 1) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3baserecognizer.c1017 pANTLR3_BASE_TREE theBaseTree; local
1089 theBaseTree = (pANTLR3_BASE_TREE)(recognizer->state->exception->token);
1090 ttext = theBaseTree->toStringTree(theBaseTree);
1092 if (theBaseTree != NULL)
1094 theCommonTree = (pANTLR3_COMMON_TREE) theBaseTree->super;
1098 theToken = (pANTLR3_COMMON_TOKEN) theBaseTree->getToken(theBaseTree);
1100 ANTLR3_FPRINTF(stderr, ", at offset %d", theBaseTree->getCharPositionInLine(theBaseTree));
[all...]

Completed in 37 milliseconds