All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.INSTANCEOF

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

public class INSTANCEOF
extends CPInstruction
INSTANCEOF - Determine if object is of given type Stack: ..., objectref -> ..., result


Constructor Index

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

Constructors

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

 o INSTANCEOF
 public INSTANCEOF(int index)

All Packages  Class Hierarchy  This Package  Previous  Next  Index