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