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 -> ...


Constructor Index

 o IF_ICMPLT()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
 o IF_ICMPLT(InstructionHandle)

Constructors

 o IF_ICMPLT
 IF_ICMPLT()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise.

 o IF_ICMPLT
 public IF_ICMPLT(InstructionHandle target)

All Packages  Class Hierarchy  This Package  Previous  Next  Index