David Hovemeyer wrote:
On Mon, Aug 23, 2004 at 04:48:42PM +0200, Simplice Djoko wrote:hi dave,
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]
i have another problem can you tell me please what can i do to get the type of
the return value because the method getType() of the StackInstruction (DUP)class return
me type.UNKNOWN
--
Simplice
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
