jellyj.classfile.classgen
Class IF_ACMPNE
jellyj.classfile.classgen.Instruction
|
+--jellyj.classfile.classgen.BranchInstruction
|
+--jellyj.classfile.classgen.IF_ACMPNE
- public class IF_ACMPNE
- extends BranchInstruction
IF_ACMPNE - Branch if reference comparison doesn't succeed
Stack: ..., value1, value2 -> ...
- Author:
- JellyJ Design Group
Constructor Summary |
(package private) | IF_ACMPNE() Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). |
| IF_ACMPNE(InstructionHandle target) |
IF_ACMPNE
IF_ACMPNE()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
IF_ACMPNE
public IF_ACMPNE(InstructionHandle target)