Subj : rhino: question on accessing name table; also maybe an answer to To : netscape.public.mozilla.jseng From : Donald Ball Date : Sun Jun 13 2004 10:20 pm Hi guys. I'm beginning to use rhino to provide event handlers for my server-side java web application and already don't know how I ever did without it. Thanks for the great tool! A question: I'm interested in parsing a javascript expression to get a set of all variables therein. Simple things of the form: (foo > 5 && bar == 1) I've poked through the javadocs and the mailing list history but couldn't find anything obvious for this. Any suggestions? Mark - I'm obviously not a rhino expert, but I saw your question on wanting global method calls (e.g. foo()) to be called on a specified object (e.g. bar.foo()). Don't you simply want to call Context.initStandardObjects with bar as the parameter? - donald .