Package edu.umd.cs.findbugs.ba.type
Class FieldStoreType
- java.lang.Object
-
- edu.umd.cs.findbugs.ba.type.FieldStoreType
-
public class FieldStoreType extends java.lang.ObjectField property storing the types of values stored in a field. The idea is that we may be able to determine a more precise type for values loaded from the field than the field type alone would indicate.- Author:
- David Hovemeyer
-
-
Constructor Summary
Constructors Constructor Description FieldStoreType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTypeSignature(java.lang.String signature)org.apache.bcel.generic.ReferenceTypegetLoadType(org.apache.bcel.generic.ReferenceType fieldType)java.util.Iterator<java.lang.String>signatureIterator()
-