Re: [Pydev-code] Analyse python class

2015-11-08 Thread Marek Jagielski
Thanks Fabio, It works excellent! I will let you know when I will be releasing a new version with python support. Thank you for your great work you are doing with PyDev. Marek 2015-11-08 10:19 GMT+01:00 Fabio Zadrozny : > Hi Marek, > > Yes, there's code to do that... The idea is that you get the

Re: [Pydev-code] Analyse python class

2015-11-08 Thread Fabio Zadrozny
Hi Marek, Yes, there's code to do that... The idea is that you get the AST for a module and then work in the AST (usually through a visitor) to get the information you want (the AdditionalInfoAndIInfo isn't the actual API you want for that... what it gives is a global view of module names and toke

[Pydev-code] Analyse python class

2015-11-07 Thread Marek Jagielski
Hi, I develop an eclipse environment for workflow engine: http://systemincloud.com/. I am integrating python into it, now. I force a dependency of PyDev for my plugin to reuse as much as possible what gives already PyDev. I would like to know if in PyDev there is a code that I can reuse to analyse