All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.RETURN

java.lang.Object
   |
   +----de.fub.bytecode.generic.Instruction
           |
           +----de.fub.bytecode.generic.ReturnInstruction
                   |
                   +----de.fub.bytecode.generic.RETURN

public class RETURN
extends ReturnInstruction
RETURN - Return from void method
Stack: ... -> <empty>

Version:
$Id: RETURN.java,v 1.5 1999/05/04 13:14:49 dahm Exp $
Author:
M. Dahm

Constructor Index

 o RETURN()

Constructors

 o RETURN
 public RETURN()

All Packages  Class Hierarchy  This Package  Previous  Next  Index