Uses of Class
edu.umd.cs.findbugs.ba.vna.LoadedFieldSet.LoadStoreCount
-
Packages that use LoadedFieldSet.LoadStoreCount Package Description edu.umd.cs.findbugs.ba.vna -
-
Uses of LoadedFieldSet.LoadStoreCount in edu.umd.cs.findbugs.ba.vna
Fields in edu.umd.cs.findbugs.ba.vna with type parameters of type LoadedFieldSet.LoadStoreCount Modifier and Type Field Description private java.util.Map<XField,LoadedFieldSet.LoadStoreCount>
LoadedFieldSet. loadStoreCountMap
Methods in edu.umd.cs.findbugs.ba.vna that return LoadedFieldSet.LoadStoreCount Modifier and Type Method Description LoadedFieldSet.LoadStoreCount
LoadedFieldSet. getLoadStoreCount(XField field)
Get the number of times given field is loaded and stored within the method.
-