All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.IFEQ

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

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


Constructor Index

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

Constructors

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

 o IFEQ
 public IFEQ(InstructionHandle target)

All Packages  Class Hierarchy  This Package  Previous  Next  Index