标签: java antlr
问题很简单,我可以从我的语法文件生成java源代码(例如FooParser.java)Foo.g扩展现有的java类吗?
答案 0 :(得分:4)
我认为选项superClass = MySuperClass;会为你工作。