Searched refs:ANTLR3_TEXT_STRING (Results 1 – 4 of 4) sorted by relevance
355 case ANTLR3_TEXT_STRING: in getText()372 token->textState = ANTLR3_TEXT_STRING; in getText()390 token->textState = ANTLR3_TEXT_STRING; in getText()456 token->textState = ANTLR3_TEXT_STRING; in setText()
350 newToken->textState = ANTLR3_TEXT_STRING; in createTokenFromToken()
666 token->textState = ANTLR3_TEXT_STRING; in emit()
98 #define ANTLR3_TEXT_STRING 2 macro