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
A synthetic instruction that converts a reference to a boolean value,
translating any nonnull value to 1 (true), and null value to 0 (false).
-
Field Summary
Fields inherited from class org.apache.bcel.generic.Instruction
length, opcode -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class NullnessConversationInstruction
accept, consumeStack, getType, hashCode, produceStackMethods inherited from class org.apache.bcel.generic.Instruction
copy, dump, equals, getComparator, getLength, getName, getOpcode, initFromFile, isValidByte, isValidShort, readInstruction, setComparator, toString, toString, toString
-
Constructor Details
-
NONNULL2Z
public NONNULL2Z()
-