All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.ARETURN

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

public class ARETURN
extends ReturnInstruction
ARETURN - Return reference from method
Stack: ..., objectref -> <empty>

Version:
$Id: ARETURN.java,v 1.5 1999/05/04 13:12:36 dahm Exp $
Author:
M. Dahm

Constructor Index

 o ARETURN()

Constructors

 o ARETURN
 public ARETURN()

All Packages  Class Hierarchy  This Package  Previous  Next  Index