Re: value of return instruction
David Hovemeyer <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.user |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 23, 2004 at 04:48:42PM +0200, Simplice Djoko wrote: > but what can i do about the type of the parameter of the static > instrumentation function > because the return value of a function can take different type You could have different functions for each type of value: all of basic types (byte, int, etc.) and also java.lang.Object (which will work for any class, interface, or array type). -Dave