Class FieldVariable
java.lang.Object
edu.umd.cs.findbugs.ba.bcp.FieldVariable
- All Implemented Interfaces:
Variable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFieldVariable(ValueNumber ref, String className, String fieldName, String fieldSig) Constructor for instance fields.FieldVariable(String className, String fieldName, String fieldSig) Constructor for static fields. -
Method Summary
-
Field Details
-
ref
-
className
-
fieldName
-
fieldSig
-
-
Constructor Details
-
FieldVariable
-
FieldVariable
public FieldVariable(@Nullable ValueNumber ref, String className, String fieldName, String fieldSig) Constructor for instance fields.- Parameters:
ref- ValueNumber of the object referenceclassName- the class namefieldName- the field namefieldSig- the field signature
-
-
Method Details
-
isStatic
public boolean isStatic()Return whether or not this is a static field. -
getClassName
Get the class name. -
getFieldName
Get the field name. -
getFieldSig
Get the field signature. -
sameAs
-
toString
-