All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.generic.IRETURN
java.lang.Object
|
+----de.fub.bytecode.generic.Instruction
|
+----de.fub.bytecode.generic.ReturnInstruction
|
+----de.fub.bytecode.generic.IRETURN
- public class IRETURN
- extends ReturnInstruction
IRETURN - Return int from method
Stack: ..., value -> <empty>
- Version:
- $Id: IRETURN.java,v 1.5 1999/05/04 13:14:02 dahm Exp $
- Author:
- M. Dahm
-
IRETURN()
-
IRETURN
public IRETURN()
All Packages Class Hierarchy This Package Previous Next Index