All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.IF_ICMPGE

java.lang.Object
   |
   +----espresso.classfile.classgen.Instruction
           |
           +----espresso.classfile.classgen.BranchInstruction
                   |
                   +----espresso.classfile.classgen.IF_ICMPGE

public class IF_ICMPGE
extends BranchInstruction
IF_ICMPGE - Branch if int comparison succeeds Stack: ..., value1, value2 -> ...


Constructor Index

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

Constructors

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

 o IF_ICMPGE
 public IF_ICMPGE(InstructionHandle target)

All Packages  Class Hierarchy  This Package  Previous  Next  Index