| 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 |
| Modifier and Type | Method and Description |
|---|---|
FieldStoreTypeDatabase |
AnalysisContext.getFieldStoreTypeDatabase()
Get the property database recording the types of values stored into
fields.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeFrameModelingVisitor.setFieldStoreTypeDatabase(FieldStoreTypeDatabase database)
Set the field store type database.
|
void |
TypeAnalysis.setFieldStoreTypeDatabase(FieldStoreTypeDatabase database)
Set the FieldStoreTypeDatabase.
|
Copyright © 2003–2015. All rights reserved.