Hi,

I am trying to extract the object-oriented model of a generic Ruby system.

It means that I would like to know:

class names,
methods in each class,
methods arguments,
lines of code per method,
class hierarchies,
...

I have the whole source code, and then I would like to parse it using Java
to get all the data I need.

Do you think I can use the Parser in JRuby to accomplish such a task?

If so, where can I find some documentation about this parser usage?
(are there tests, or javadoc, or examples?)

Thank you very much in advance,

Alberto

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to