public class ReturnValueNullnessPropertyDatabase extends MethodPropertyDatabase<java.lang.Boolean>
| Constructor | Description |
|---|---|
ReturnValueNullnessPropertyDatabase() |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.lang.Boolean |
decodeProperty(java.lang.String propStr) |
Subclasses must define this to instantiate the actual property value from
its string encoding.
|
protected java.lang.String |
encodeProperty(java.lang.Boolean property) |
Subclasses must define this to encode a property as a string for output
to a file.
|
parseKey, writeKeyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitentrySet, getKeys, getProperty, isEmpty, read, readFromFile, removeProperty, setProperty, write, writeToFilepublic ReturnValueNullnessPropertyDatabase()
protected java.lang.Boolean decodeProperty(java.lang.String propStr)
PropertyDatabasedecodeProperty in class PropertyDatabase<MethodDescriptor,java.lang.Boolean>propStr - String containing the encoded propertyprotected java.lang.String encodeProperty(java.lang.Boolean property)
PropertyDatabaseencodeProperty in class PropertyDatabase<MethodDescriptor,java.lang.Boolean>property - the propertyFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.