All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.ATHROW

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

public class ATHROW
extends Instruction
implements UnconditionalBranch, ExceptionThrower
ATHROW - Throw exception
Stack: ..., objectref -> objectref

Version:
$Id: ATHROW.java,v 1.5 1999/09/09 07:42:44 dahm Exp $
Author:
M. Dahm

Constructor Index

 o ATHROW()

Method Index

 o getExceptions()

Constructors

 o ATHROW
 public ATHROW()

Methods

 o getExceptions
 public Class[] getExceptions()

All Packages  Class Hierarchy  This Package  Previous  Next  Index