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
-
ReturnInstruction(short)
-
-
getExceptions()
-
-
getType()
-
ReturnInstruction
protected ReturnInstruction(short tag)
- Parameters:
- tag - opcode of instruction
getType
public Type getType()
getExceptions
public Class[] getExceptions()
All Packages Class Hierarchy This Package Previous Next Index