Package edu.umd.cs.findbugs.ba.vna
Class LoadedFieldSet.LoadStoreCount
- java.lang.Object
-
- edu.umd.cs.findbugs.ba.vna.LoadedFieldSet.LoadStoreCount
-
- Enclosing class:
- LoadedFieldSet
public static class LoadedFieldSet.LoadStoreCount extends java.lang.ObjectCount number of times a field is loaded and/or stored in the method.
-
-
Constructor Summary
Constructors Constructor Description LoadStoreCount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLoadCount()Get the number of times the field is loaded.intgetStoreCount()Get the number of times the field is stored.
-