public class ParameterNullnessPropertyDatabase extends MethodPropertyDatabase<ParameterProperty>
| Constructor | Description |
|---|---|
ParameterNullnessPropertyDatabase() |
| Modifier and Type | Method | Description |
|---|---|---|
protected ParameterProperty |
decodeProperty(java.lang.String propStr) |
Subclasses must define this to instantiate the actual property value from
its string encoding.
|
protected java.lang.String |
encodeProperty(ParameterProperty 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, writeToFileprotected ParameterProperty decodeProperty(java.lang.String propStr) throws PropertyDatabaseFormatException
PropertyDatabasedecodeProperty in class PropertyDatabase<MethodDescriptor,ParameterProperty>propStr - String containing the encoded propertyPropertyDatabaseFormatExceptionprotected java.lang.String encodeProperty(ParameterProperty property)
PropertyDatabaseencodeProperty in class PropertyDatabase<MethodDescriptor,ParameterProperty>property - the propertyFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.