|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.umd.cs.findbugs.ba.interproc.PropertyDatabase<MethodDescriptor,Property>
edu.umd.cs.findbugs.ba.interproc.MethodPropertyDatabase<Property>
public abstract class MethodPropertyDatabase<Property>
A MethodPropertyDatabase keeps track of properties of methods. This is useful for implementing interprocedural analyses.
| Constructor Summary | |
|---|---|
MethodPropertyDatabase()
|
|
| Method Summary | |
|---|---|
protected MethodDescriptor |
parseKey(java.lang.String methodStr)
Parse a key from a String. |
protected void |
writeKey(java.io.Writer writer,
MethodDescriptor method)
Write an encoded key to given Writer. |
| Methods inherited from class edu.umd.cs.findbugs.ba.interproc.PropertyDatabase |
|---|
decodeProperty, encodeProperty, entrySet, getKeys, getProperty, isEmpty, read, readFromFile, removeProperty, setProperty, write, writeToFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodPropertyDatabase()
| Method Detail |
|---|
protected MethodDescriptor parseKey(java.lang.String methodStr)
throws PropertyDatabaseFormatException
PropertyDatabase
parseKey in class PropertyDatabase<MethodDescriptor,Property>methodStr - a String
PropertyDatabaseFormatException
protected void writeKey(java.io.Writer writer,
MethodDescriptor method)
throws java.io.IOException
PropertyDatabase
writeKey in class PropertyDatabase<MethodDescriptor,Property>writer - the Writermethod - the key
java.io.IOException
|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||