jellyj.classfile.classgen
Class IF_ICMPEQ
jellyj.classfile.classgen.Instruction
|
+--jellyj.classfile.classgen.BranchInstruction
|
+--jellyj.classfile.classgen.IF_ICMPEQ
- public class IF_ICMPEQ
- extends BranchInstruction
IF_ICMPEQ - Branch if int comparison succeeds
Stack: ..., value1, value2 -> ...
- Author:
- JellyJ Design Group
Constructor Summary |
(package private) | IF_ICMPEQ() Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). |
| IF_ICMPEQ(InstructionHandle target) |
IF_ICMPEQ
IF_ICMPEQ()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
IF_ICMPEQ
public IF_ICMPEQ(InstructionHandle target)