From: Scott K. <sc...@sc...> - 2001-04-21 12:50:21
|
A few days ago, Neil Benn queried "Self Describing Scripts in Jython" and appears to be wanting to do something similar to what I need: something analogous to Java's Reflection. I can easily get a list of the method names in a class. I can't figure out how to invoke the method given it's name in string form. What I am really after is to cycle through all of the method names in the list and run them all, rather than type up a method that calls each of a couple hundred methods statically. -- Scott Knight mailto:sc...@sc... http://www.scottknight.com/ |