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)
           

Methods inherited from class jellyj.classfile.classgen.BranchInstruction
dump, getIndex, getTarget, setTarget, toString

Methods inherited from class jellyj.classfile.classgen.Instruction
consumeStack, copy, getLength, getPosition, getTag, produceStack, readInstruction, setPosition

Constructor Detail

IFNONNULL

IFNONNULL()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise.

IFNONNULL

public IFNONNULL(InstructionHandle target)