Hi,
At Sat, 20 May 2000 20:03:11 +0700,
yangyuex <[EMAIL PROTECTED]> wrote:
> Who can tell me what's mean of
>
> "JVM INSTR pop; " in my attatched file.
The `pop' instruction remove away a word from top of Java stack, and
it often appears in the context that method returns a value but the
caller never use it.
(For more information, see Java Virtual Machine Specification)
> When I compiler the attatched file,
> the compiler complains that it does not support
> "goto", so I decided to understand this small program that
> I can rewrite it.
I hope attached file can explain you what the code fragment you
attached do. ;-)
*Warning*
I think the code fragment you attached is from some decompiler's
output like Mocha, so I cannot decide whether my idea is correct or
not because it is like decompiler's intermediate code and it can be
dropped some informations.
--
MARUYAMA Fuyuhiko <[EMAIL PROTECTED]>
Matsuoka laboratory,
Department of Mathematical and Computing Sciences,
Graduate School of Tokyo Institute of Technology.
Temp.java