Search code examples
intellij-ideapluginsabstract-syntax-treeintellij-plugin

Is There any ASTNode Library For IntelliJ?


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.


Solution

  • The library is called the PSI. See here for information about using the PSI.