|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.umd.cs.findbugs.ba.LoadedFieldSet.LoadStoreCount
public static class LoadedFieldSet.LoadStoreCount
Count number of times a field is loaded and/or stored in the method.
| Field Summary | |
|---|---|
(package private) int |
loadCount
|
(package private) int |
storeCount
|
| 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 |
| Field Detail |
|---|
int loadCount
int storeCount
| Constructor Detail |
|---|
public LoadedFieldSet.LoadStoreCount()
| Method Detail |
|---|
public int getLoadCount()
public int getStoreCount()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||