All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.IF_ICMPGT

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

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


Constructor Index

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

Constructors

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

 o IF_ICMPGT
 public IF_ICMPGT(InstructionHandle target)

All Packages  Class Hierarchy  This Package  Previous  Next  Index