On Fri, Jun 26, 2009 at 12:06 PM, Alberto Bacchelli<
sback@...> wrote:
> 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
When you say "whole source code", I'm not sure if you meant JRuby's
own source code, or that of the JRuby parser project:
http://kenai.com/projects/jruby-parserIn case you hadn't heard of the latter, it's probably exactly what you want.
Cheers,
/Nick
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email