All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.ReturnInstruction

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

public abstract class ReturnInstruction
extends Instruction
implements Constants, ExceptionThrower
Super class for the xRETURN family of instructions.

Version:
$Id: ReturnInstruction.java,v 1.4 1999/06/23 14:57:08 dahm Exp $
Author:
M. Dahm

Constructor Index

 o ReturnInstruction(short)

Method Index

 o getExceptions()
 o getType()

Constructors

 o ReturnInstruction
 protected ReturnInstruction(short tag)
Parameters:
tag - opcode of instruction

Methods

 o getType
 public Type getType()
 o getExceptions
 public Class[] getExceptions()

All Packages  Class Hierarchy  This Package  Previous  Next  Index