All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.CHECKCAST

java.lang.Object
   |
   +----espresso.classfile.classgen.Instruction
           |
           +----espresso.classfile.classgen.CPInstruction
                   |
                   +----espresso.classfile.classgen.CHECKCAST

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


Constructor Index

 o CHECKCAST()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
 o CHECKCAST(int)

Constructors

 o CHECKCAST
 CHECKCAST()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise.

 o CHECKCAST
 public CHECKCAST(int index)

All Packages  Class Hierarchy  This Package  Previous  Next  Index