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 needed, and if you do find one please share i also need one, We are currently thinking just to rewrite some parts (the regexp) of the jsdoc-toolkit to java But if anybody has a better idea? (would be a nice add on for rhino itself) johan On Tue, Feb 10, 2009 at 07:51, <[email protected]> wrote: > how to get parameter types of a javascript function compiled using > rhino????? > _______________________________________________ > dev-tech-js-engine-rhino mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino > _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
