Package edu.umd.cs.findbugs.bcel.generic


@ParametersAreNonnullByDefault @AnalysisContextContained package edu.umd.cs.findbugs.bcel.generic
  • Classes
    Class
    Description
    A synthetic instruction that converts a reference to a boolean value, translating any nonnull value to 1 (true), and null value to 0 (false).
    A synthetic instruction that converts a reference to a boolean value, translating null to 1 (true), and any nonnull value to 0 (false).
    A synthetic instruction that converts a the nullness of a reference to a boolean value.