FindBugs™ 3.0.1-dev-20230527
- Detail:
- Field |
- Constr |
- Method
- java.lang.Object
-
- org.apache.bcel.generic.Instruction
-
- org.apache.bcel.generic.ConversionInstruction
-
-
- 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 NULL2Z
extends NullnessConversationInstruction
A synthetic instruction that converts a reference to a boolean value,
translating null to 1 (true), and any nonnull value to 0 (false).
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.bcel.generic.Instruction
length, opcode
-
Constructor Summary
Constructors
Constructor and Description |
NULL2Z() |
-
Method Summary
-
Methods inherited from class org.apache.bcel.generic.Instruction
copy, dump, equals, getComparator, getLength, getName, getOpcode, initFromFile, readInstruction, setComparator, toString, toString, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
FindBugs™ 3.0.1-dev-20230527
- Detail:
- Field |
- Constr |
- Method
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.