Class LoadedFieldSet.LoadStoreCount

java.lang.Object
edu.umd.cs.findbugs.ba.vna.LoadedFieldSet.LoadStoreCount
Enclosing class:
LoadedFieldSet

public static class LoadedFieldSet.LoadStoreCount extends Object
Count number of times a field is loaded and/or stored in the method.
  • Constructor Details

    • LoadStoreCount

      public LoadStoreCount()
  • Method Details

    • getLoadCount

      public int getLoadCount()
      Get the number of times the field is loaded.
    • getStoreCount

      public int getStoreCount()
      Get the number of times the field is stored.