All Packages Class Hierarchy This Package Previous Next Index
Class espresso.classfile.classgen.IF_ICMPLT
java.lang.Object
|
+----espresso.classfile.classgen.Instruction
|
+----espresso.classfile.classgen.BranchInstruction
|
+----espresso.classfile.classgen.IF_ICMPLT
- public class IF_ICMPLT
- extends BranchInstruction
IF_ICMPLT - Branch if int comparison succeeds
Stack: ..., value1, value2 -> ...
-
IF_ICMPLT()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
-
IF_ICMPLT(InstructionHandle)
-
IF_ICMPLT
IF_ICMPLT()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
IF_ICMPLT
public IF_ICMPLT(InstructionHandle target)
All Packages Class Hierarchy This Package Previous Next Index