FindBugs™ 1.3.9

edu.umd.cs.findbugs.ba.vna
Class LoadedFieldSet.LoadStoreCount

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

public static class LoadedFieldSet.LoadStoreCount
extends java.lang.Object

Count number of times a field is loaded and/or stored in the method.


Constructor Summary
LoadedFieldSet.LoadStoreCount()
           
 
Method Summary
 int getLoadCount()
          Get the number of times the field is loaded.
 int getStoreCount()
          Get the number of times the field is stored.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadedFieldSet.LoadStoreCount

public LoadedFieldSet.LoadStoreCount()
Method Detail

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.


FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.