The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3949946:

Sorry, the pydev javadocs are not generated... You have to look at the source
code itself.

The AST is at: 
https://github.com/aptana/Pydev/tree/master/plugins/org.python.pydev.parser/src/
org/python/pydev/parser/jython/ast/

Generated from asdl:
https://github.com/aptana/Pydev/blob/master/plugins/org.python.pydev.parser/src/
org/python/pydev/parser/jython/ast/Python.asdl (which is also used by python).

The base visitor is:
https://github.com/aptana/Pydev/blob/master/plugins/org.python.pydev.parser/src/
org/python/pydev/parser/jython/ast/VisitorBase.java

If you need to do something specific there, just ask.

Cheers,

Fabio

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to