Home | History | Annotate | Download | only in antlr3

Lines Matching defs:CommonToken

46 from antlr3.tokens import CommonToken, Token, INVALID_TOKEN
1519 return CommonToken(oldToken=fromToken)
1521 return CommonToken(type=tokenType, text=text)
2223 CommonToken(type=expectedTokenType, text=tokenText))
2377 e.token = CommonToken(