All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.IF_ACMPNE

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

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


Constructor Index

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

Constructors

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

 o IF_ACMPNE
 public IF_ACMPNE(InstructionHandle target)

All Packages  Class Hierarchy  This Package  Previous  Next  Index