Does clang / libclang have a Java binding?

I want to use clang's code analysis function in the plug-in of Java based ide

Since plug-ins must be written in Java, I wonder if there are any Java bindings for libclang, or if there are other ways to access clang functions from Java programs (except directly using JNI)?

Solution

I'm paying close attention to llvm / clang development. I don't know that Java is bound to libclang

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>