All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.IF_ACMPEQ

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

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


Constructor Index

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

Constructors

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

 o IF_ACMPEQ
 public IF_ACMPEQ(InstructionHandle target)

All Packages  Class Hierarchy  This Package  Previous  Next  Index