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