edu.umd.cs.findbugs.ba.type
Class 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
public FieldStoreType()
public void addTypeSignature(String signature)
public ReferenceType getLoadType(ReferenceType fieldType)
public Iterator<String> signatureIterator()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.