Mapping Eclipse AST nodes to IntelliJ PsiElements?
I'm porting code written for other ASTs, in particular Javac (com.sun.tools.javac.tree.JCTree) and Eclipse's (org.eclipse.jdt.internal.compiler.ast.ASTNode). Does anyone have documentation of how PsiElement subclasses map to these other AST representations?
Please sign in to leave a comment.
Hello Brian,
We don't have any documentation on such a mapping.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"