Package edu.umd.cs.findbugs.bcel.generic
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:
java.io.Serializable
,java.lang.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).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NONNULL2Z()
-
Method Summary
-
Methods inherited from class edu.umd.cs.findbugs.bcel.generic.NullnessConversationInstruction
accept, consumeStack, getType, hashCode, produceStack
-
-