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 -> ...
-
IF_ACMPEQ()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
-
IF_ACMPEQ(InstructionHandle)
-
IF_ACMPEQ
IF_ACMPEQ()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
IF_ACMPEQ
public IF_ACMPEQ(InstructionHandle target)
All Packages Class Hierarchy This Package Previous Next Index