Subj : Rhino - Listing all functions, properties and methods To : netscape.public.mozilla.jseng From : Jeremy Gillick Date : Thu Sep 29 2005 05:03 pm In Rhino, is there a way to list all functions, properties and methods of a JavaScript file? So far I've been able to list all top-level elements just fine, but I cannot seem to recursively read all nested elements (properties, methods, etc.). Can somebody help me? Thanks, Jeremy .