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 -> ...
-
IF_ICMPNE()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
-
IF_ICMPNE(InstructionHandle)
-
IF_ICMPNE
IF_ICMPNE()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
IF_ICMPNE
public IF_ICMPNE(InstructionHandle target)
All Packages Class Hierarchy This Package Previous Next Index