OpenAPI Doc?

Hi,

I'm I missing somehting, or is the current published OpenAPI basically
limited to intergration level issues?

For example, the first plugin I want to attempt is one that will generate
an XMI represenation of all the source in the current project.

I'd like access to IDEA's parse tree, compiler, decompiler etc. Is there
anyway to access this type of info?

Thanks in advance for any pointers.

Spencer



0
1 comment
Avatar
Permanently deleted user

"Spencer A Marks" <smarks@digisolutions.com> wrote:

I'd like access to IDEA's parse tree, compiler, decompiler etc. Is there
anyway to access this type of info?


You can use the Program Structure Interface (PSI) to access the parse tree.
http://www.intellij.org/twiki/bin/view/Main/ProgramStructureInterface

-Thomas


0

Please sign in to leave a comment.