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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to