All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.IF_ICMPLE

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

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


Constructor Index

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

Constructors

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

 o IF_ICMPLE
 public IF_ICMPLE(InstructionHandle target)

All Packages  Class Hierarchy  This Package  Previous  Next  Index