edu.umd.cs.findbugs.ba.vna

Class LoadedFieldSet.LoadStoreCount

public static class LoadedFieldSet.LoadStoreCount extends Object

Count number of times a field is loaded and/or stored in the method.
Method Summary
intgetLoadCount()
Get the number of times the field is loaded.
intgetStoreCount()
Get the number of times the field is stored.

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™ is licenced under the LGPL. Copyright © 2006 University of Maryland.