Class FieldStoreType

java.lang.Object
edu.umd.cs.findbugs.ba.type.FieldStoreType

public class FieldStoreType extends Object
Field 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 Details

    • FieldStoreType

      public FieldStoreType()
  • Method Details

    • addTypeSignature

      public void addTypeSignature(String signature)
    • signatureIterator

      public Iterator<String> signatureIterator()
    • getLoadType

      public org.apache.bcel.generic.ReferenceType getLoadType(org.apache.bcel.generic.ReferenceType fieldType)