Class NULL2Z
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.NULL2Z
- 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 null to 1 (true), and any nonnull 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
-
NULL2Z
public NULL2Z()
-