Uses of Class
edu.umd.cs.findbugs.ba.type.FieldStoreTypeDatabase
-
Packages that use FieldStoreTypeDatabase Package Description edu.umd.cs.findbugs.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses.edu.umd.cs.findbugs.ba.type -
-
Uses of FieldStoreTypeDatabase in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba that return FieldStoreTypeDatabase Modifier and Type Method Description FieldStoreTypeDatabase
AnalysisContext. getFieldStoreTypeDatabase()
Get the property database recording the types of values stored into fields. -
Uses of FieldStoreTypeDatabase in edu.umd.cs.findbugs.ba.type
Methods in edu.umd.cs.findbugs.ba.type with parameters of type FieldStoreTypeDatabase Modifier and Type Method Description void
TypeAnalysis. setFieldStoreTypeDatabase(FieldStoreTypeDatabase database)
Set the FieldStoreTypeDatabase.void
TypeFrameModelingVisitor. setFieldStoreTypeDatabase(FieldStoreTypeDatabase database)
Set the field store type database.
-