createInvoke method
Shrinivas Joshi <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi All, InstructionFactory.createInvoke method takes name of the called class as it first parameter. Can this be used to create an invoke instruction that decides the name of the class at run-time. This is especially useful while creating invoke for some method call that is defined in super-classes of the calling class and appropriate class's method needs to be called based on the run-time type of the objectref. Kindly let me know about this. Thanks and Regards Shrinivas Joshi