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