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?

0

Hello Brian,

We don't have any documentation on such a mapping.

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?


--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

请先登录再写评论。