Re: [Jruby-devel] JRuby Ast

2006-06-09 Thread Lukas Felber
Thomas E Enebo wrote: > In the above code snippet to find Dir class AST we would need two > references. So I think this task is problematic. If you consider > that builtin classes do not have an AST at all (they are implemented > entirely in Java) then there may not even be an AST for a class.

Re: [Jruby-devel] JRuby Ast

2006-06-06 Thread Lukas Felber
Thomas E Enebo wrote: > On Mon, 29 May 2006, Lukas Felber defenestrated me: > >> I (Lukas Felber) am one of the three Swiss guys working on refactorings >> for the RDT eclipse plugin. >> >> I have a Question concerning the common Classes of Ruby (like Object or

[Jruby-devel] JRuby Ast

2006-05-29 Thread Lukas Felber
Hi I (Lukas Felber) am one of the three Swiss guys working on refactorings for the RDT eclipse plugin. I have a Question concerning the common Classes of Ruby (like Object or String). Is there a way to get to the JRuby Ast of those classes. I know how I can create an Ast out of a file I