All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.CHECKCAST

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

public class CHECKCAST
extends CPInstruction
implements LoadClass, ExceptionThrower
CHECKCAST - Check whether object is of given type
Stack: ..., objectref -> ..., objectref

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

Constructor Index

 o CHECKCAST(int)

Method Index

 o getExceptions()

Constructors

 o CHECKCAST
 public CHECKCAST(int index)

Methods

 o getExceptions
 public Class[] getExceptions()

All Packages  Class Hierarchy  This Package  Previous  Next  Index