class DubiousListCollection.FieldInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
setCnt |
private edu.umd.cs.findbugs.SourceLineAnnotation |
slAnnotation |
| Constructor and Description |
|---|
FieldInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
addUse(int pc)
increments the number of times this field has a set method called on it
|
int |
getSetCount() |
edu.umd.cs.findbugs.SourceLineAnnotation |
getSourceLineAnnotation() |
java.lang.String |
toString() |
private int setCnt
private edu.umd.cs.findbugs.SourceLineAnnotation slAnnotation
public void addUse(int pc)
pc - the current instruction offsetpublic edu.umd.cs.findbugs.SourceLineAnnotation getSourceLineAnnotation()
public int getSetCount()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005-2018 MeBigFatGuy.com. All Rights Reserved.