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