jellyj.classfile.classgen
Class IF_ACMPEQ
jellyj.classfile.classgen.Instruction
|
+--jellyj.classfile.classgen.BranchInstruction
|
+--jellyj.classfile.classgen.IF_ACMPEQ
- public class IF_ACMPEQ
- extends BranchInstruction
IF_ACMPEQ - Branch if reference comparison succeeds
Stack: ..., value1, value2 -> ...
- Author:
- JellyJ Design Group
Constructor Summary |
(package private) | IF_ACMPEQ() Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). |
| IF_ACMPEQ(InstructionHandle target) |
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)