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