All Packages Class Hierarchy This Package Previous Next Index
Class espresso.classfile.classgen.IFNONNULL
java.lang.Object
|
+----espresso.classfile.classgen.Instruction
|
+----espresso.classfile.classgen.BranchInstruction
|
+----espresso.classfile.classgen.IFNONNULL
- public class IFNONNULL
- extends BranchInstruction
IFNONNULL - Branch if reference is not null
Stack: ..., reference -> ...
-
IFNONNULL()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
-
IFNONNULL(InstructionHandle)
-
IFNONNULL
IFNONNULL()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
IFNONNULL
public IFNONNULL(InstructionHandle target)
All Packages Class Hierarchy This Package Previous Next Index