FindBugs™ 3.0.1-dev-20210910
- 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 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
-
-
Field Summary
-
Fields inherited from class org.apache.bcel.generic.Instruction
length, opcode
-
Constructor Summary
Constructors
Constructor and Description |
NONNULL2Z() |
-
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
-
-
Constructor Detail
-
NONNULL2Z
public NONNULL2Z()
FindBugs™ 3.0.1-dev-20210910
- Detail:
- Field |
- Constr |
- Method
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.