All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.IFNONNULL

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

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


Constructor Index

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

Constructors

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

 o IFNONNULL
 public IFNONNULL(InstructionHandle target)

All Packages  Class Hierarchy  This Package  Previous  Next  Index