All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.IFGT

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

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


Constructor Index

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

Constructors

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

 o IFGT
 public IFGT(InstructionHandle target)

All Packages  Class Hierarchy  This Package  Previous  Next  Index