All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.IFNE

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

public class IFNE
extends BranchInstruction
IFNE - Branch if int comparison with zero succeeds Stack: ..., value1, value2 -> ...


Constructor Index

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

Constructors

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

 o IFNE
 public IFNE(InstructionHandle target)

All Packages  Class Hierarchy  This Package  Previous  Next  Index