All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.IFNULL

java.lang.Object
   |
   +----espresso.classfile.classgen.Instruction
           |
           +----espresso.classfile.classgen.BranchInstruction
                   |
                   +----espresso.classfile.classgen.IFNULL

public class IFNULL
extends BranchInstruction
IFNULL - Branch if reference is not null Stack: ..., reference -> ...


Constructor Index

 o IFNULL()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
 o IFNULL(InstructionHandle)

Constructors

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

 o IFNULL
 public IFNULL(InstructionHandle target)

All Packages  Class Hierarchy  This Package  Previous  Next  Index