you mean javascript functions? those dont have return types in the language what you can do there is use JSDoc and specify it in the doc, then parse that
On Fri, Jan 30, 2009 at 10:23, rhtdm48 <[email protected]> wrote: > Is there any way to get the return type of a function???? > Like void,jsonobject,or complex javascript objects. > So that we can be able to pass them to different javascript???? > _______________________________________________ > 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
