Re: value of return instruction
David Hovemeyer <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.user |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 24, 2004 at 10:31:56AM +0200, Simplice Djoko wrote: > 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 Get the return type from the InvokeInstruction that is returning the value you want to copy with DUP. It is quite complicated to figure out what value a DUP instruction is going to push on the stack. -Dave