All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.IF_ICMPNE

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

public class IF_ICMPNE
extends BranchInstruction
IF_ICMPNE - Branch if int comparison doesn't succeed Stack: ..., value1, value2 -> ...


Constructor Index

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

Constructors

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

 o IF_ICMPNE
 public IF_ICMPNE(InstructionHandle target)

All Packages  Class Hierarchy  This Package  Previous  Next  Index