Re: how to get parameter types of a javascript function compiled using rhino

2009-02-13 Thread Johan Compagner
> > On Tue, Feb 10, 2009 at 07:51, wrote: > > > how to get parameter types of a javascript function compiled using > > > rhino? > > > ___ > > > dev-tech-js-engine-rhino mailing list > > > dev-tech-js-engine-rh...@lists.mozilla.org > > >https://lists.

Re: how to get parameter types of a javascript function compiled using rhino

2009-02-13 Thread Michael
On Feb 12, 11:33 am, Johan Compagner wrote: > you should be able to get the param count (and names) > But not the types thats impossible in js > > But if you have the source then you can say that they have to specify the > type through the jsdoc @param tag.. > > Then a jsdoc parser in java is need