Home | History | Annotate | Download | only in antlr3

Lines Matching refs:SKIP_TOKEN

44 from antlr3.tokens import CommonToken, SKIP_TOKEN
1116 elif self._state.token == SKIP_TOKEN:
1134 a lexer rule finishes with token set to SKIP_TOKEN. Recall that
1139 self._state.token = SKIP_TOKEN