| Package | Description |
|---|---|
| edu.umd.cs.findbugs.ba.interproc | |
| edu.umd.cs.findbugs.ba.npe | |
| edu.umd.cs.findbugs.ba.type |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ValueType |
PropertyDatabase.decodeProperty(String propStr)
Subclasses must define this to instantiate the actual property value from
its string encoding.
|
protected abstract KeyType |
PropertyDatabase.parseKey(String s)
Parse a key from a String.
|
protected MethodDescriptor |
MethodPropertyDatabase.parseKey(String methodStr) |
protected FieldDescriptor |
FieldPropertyDatabase.parseKey(String s) |
void |
PropertyDatabase.read(InputStream in)
Read property database from an input stream.
|
void |
PropertyDatabase.readFromFile(String fileName)
Read property database from given file.
|
| Modifier and Type | Method and Description |
|---|---|
protected ParameterProperty |
ParameterNullnessPropertyDatabase.decodeProperty(String propStr) |
protected Boolean |
MayReturnNullPropertyDatabase.decodeProperty(String propStr)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected FieldStoreType |
FieldStoreTypeDatabase.decodeProperty(String propStr) |
Copyright © 2003–2015. All rights reserved.