Searched refs:ANTLR3_TEXT_STRING (Results 1 – 4 of 4) sorted by relevance
378 case ANTLR3_TEXT_STRING: in getText()395 token->textState = ANTLR3_TEXT_STRING; in getText()413 token->textState = ANTLR3_TEXT_STRING; in getText()479 token->textState = ANTLR3_TEXT_STRING; in setText()
350 newToken->textState = ANTLR3_TEXT_STRING; in createTokenFromToken()
667 token->textState = ANTLR3_TEXT_STRING; in emit()
98 #define ANTLR3_TEXT_STRING 2 macro