> Hi Johan, good idea. Still though, w/o a type, it's still got to use > .invoke. There is no interface that covers every field / method in all > possible incoming objects. What if you included a cast in the generated bytecode? Then you can always invoke with type Object. Johan