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