Is there any library I can use on IntelliJ equivalent to org.eclipse.jdt.core.dom?
I want to be able to parse a java code to an AST.
The library is called the PSI. See here for information about using the PSI.