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

Constructor Summary
FieldStoreType()
Method Summary
voidaddTypeSignature(String signature)
ReferenceTypegetLoadType(ReferenceType fieldType)
Iterator<String>signatureIterator()

Constructor Detail

FieldStoreType

public FieldStoreType()

Method Detail

addTypeSignature

public void addTypeSignature(String signature)

getLoadType

public ReferenceType getLoadType(ReferenceType fieldType)

signatureIterator

public Iterator<String> signatureIterator()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.