ANTLR是否具有unicode identifier-start和identifier-continue字符集的内置规则?

时间:2013-04-17 20:14:34

标签: antlr

我正在尝试为unicode兼容标识符编写ANTLR 4令牌规则。在我看来,java.lang.Character中有一个identifier-start和identifier-continue字符的概念;是否有与这些概念相对应的内置ANTLR 4字符类?我没有成功地使用'isUnicodeIdentifierStart'来源。

1 个答案:

答案 0 :(得分:1)

不,ANTLR 4集文字不支持像正则表达式这样的字符类。