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