|
||||||||||
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<XMethod,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 XMethod |
parseKey(java.lang.String methodStr)
Parse a key from a String. |
protected void |
writeKey(java.io.Writer writer,
XMethod method)
Write an encoded key to given Writer. |
Methods inherited from class edu.umd.cs.findbugs.ba.interproc.PropertyDatabase |
---|
decodeProperty, encodeProperty, 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 XMethod parseKey(java.lang.String methodStr) throws PropertyDatabaseFormatException
PropertyDatabase
parseKey
in class PropertyDatabase<XMethod,Property>
methodStr
- a String
PropertyDatabaseFormatException
protected void writeKey(java.io.Writer writer, XMethod method) throws java.io.IOException
PropertyDatabase
writeKey
in class PropertyDatabase<XMethod,Property>
writer
- the Writermethod
- the key
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |