edu.umd.cs.findbugs.ba.bcp
public class FieldVariable extends Object implements Variable
Constructor Summary | |
---|---|
FieldVariable(String className, String fieldName, String fieldSig)
Constructor for static fields.
| |
FieldVariable(ValueNumber ref, String className, String fieldName, String fieldSig)
Constructor for instance fields.
|
Method Summary | |
---|---|
String | getClassName()
Get the class name. |
String | getFieldName()
Get the field name. |
String | getFieldSig()
Get the field signature. |
boolean | isStatic()
Return whether or not this is a static field. |
boolean | sameAs(Variable other) |
Parameters: className the class name fieldName the field name fieldSig the field signature
Parameters: ref ValueNumber of the object reference className the class name fieldName the field name fieldSig the field signature