Please note all the files are used from master branch: https://github.com/antlr/grammars-v4/tr ... resql/Java
- copied the Grammer Files .g4 Файлы в папку "src/main/antlr4/com/rr/sqlparser/grammar". Postgresqlparserbase.java в пакете "src/main/java/com/rr/sqlparser/grammar"
- выполнил команду «MVN Clean Compil», а компилированное произошло успешно. also it was added as the sources in Project module.
- After the above steps are done I'm still getting the error in imy IntelliJ in my PostgreSQLParserBase.java that Cannot resolve symbol 'PostgreSQLParser'
Подробнее здесь: https://stackoverflow.com/questions/797 ... rserbase-j