jellyj.classfile.classgen
Class IF_ICMPNE
jellyj.classfile.classgen.Instruction
|
+--jellyj.classfile.classgen.BranchInstruction
|
+--jellyj.classfile.classgen.IF_ICMPNE
- public class IF_ICMPNE
- extends BranchInstruction
IF_ICMPNE - Branch if int comparison doesn't succeed
Stack: ..., value1, value2 -> ...
- Author:
- JellyJ Design Group
Constructor Summary |
(package private) | IF_ICMPNE() Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). |
| IF_ICMPNE(InstructionHandle target) |
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)