de.fub.bytecode.generic
Class ReturnInstruction

java.lang.Object
  |
  +--de.fub.bytecode.generic.Instruction
        |
        +--de.fub.bytecode.generic.ReturnInstruction
Direct Known Subclasses:
ARETURN, DRETURN, FRETURN, IRETURN, LRETURN, RETURN

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
See Also:
Serialized Form

Fields inherited from class de.fub.bytecode.generic.Instruction
length, tag
 
Constructor Summary
protected ReturnInstruction(short tag)
           
 
Method Summary
 java.lang.Class[] getExceptions()
           
 Type getType()
           
 
Methods inherited from class de.fub.bytecode.generic.Instruction
consumeStack, consumeStack, copy, dump, getLength, getTag, initFromFile, produceStack, produceStack, toString, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReturnInstruction

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

getType

public Type getType()

getExceptions

public java.lang.Class[] getExceptions()
Specified by:
getExceptions in interface ExceptionThrower