All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.MONITORENTER

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

public class MONITORENTER
extends Instruction
implements ExceptionThrower
MONITORENTER - Enter monitor for object
Stack: ..., objectref -> ...

Version:
$Id: MONITORENTER.java,v 1.4 1999/09/09 07:42:56 dahm Exp $
Author:
M. Dahm

Constructor Index

 o MONITORENTER()

Method Index

 o getExceptions()

Constructors

 o MONITORENTER
 public MONITORENTER()

Methods

 o getExceptions
 public Class[] getExceptions()

All Packages  Class Hierarchy  This Package  Previous  Next  Index