The parsing features used commonly by IDEs is now in its own project: http://kenai.com/projects/jruby-parser
-Tom On Fri, Sep 3, 2010 at 4:09 PM, Sampathkumar R <[email protected]> wrote: > Hi all, > > In the jruby version 1.1.2 there was a class IDESourcePosition which used to > contain extra position information such as end offset and end line of a > particular node. And parser could be informed to generate these extra > position information by using an appropriate ParserConfiguration. But in the > jruby version 1.5.2 the class IDESourcePosition has been removed and parser > generates SimpleSourcePosition which does NOT contain the extra information. > I want to know whether there is any alternative way where I an get these > extra information about the position of the node. > > With regards, > Sampathkumar R > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- blog: http://blog.enebo.com twitter: tom_enebo mail: [email protected] --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
