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