Class NONNULL2Z

java.lang.Object
org.apache.bcel.generic.Instruction
org.apache.bcel.generic.ConversionInstruction
edu.umd.cs.findbugs.bcel.generic.NullnessConversationInstruction
edu.umd.cs.findbugs.bcel.generic.NONNULL2Z
All Implemented Interfaces:
Cloneable, org.apache.bcel.generic.StackConsumer, org.apache.bcel.generic.StackProducer, org.apache.bcel.generic.TypedInstruction

public class NONNULL2Z extends NullnessConversationInstruction
A synthetic instruction that converts a reference to a boolean value, translating any nonnull value to 1 (true), and null value to 0 (false).
  • Constructor Details

    • NONNULL2Z

      public NONNULL2Z()