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