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