All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.umd.cs.findbugs.bcel.generic.NULL2Z Maven / Gradle / Ivy

The newest version!

package edu.umd.cs.findbugs.bcel.generic;


/** A synthetic instruction that converts a reference to a boolean value,
 * translating null to 1 (true), and any nonnull value to 0 (false).
 *
 */
public class NULL2Z extends NullnessConversationInstruction {


    public NULL2Z() {
        super(org.apache.bcel.Const.IMPDEP1);
    }



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy