FindBugs™ 1.3.9

edu.umd.cs.findbugs.ba.type
Class FieldStoreType

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

public class FieldStoreType
extends java.lang.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
 void addTypeSignature(java.lang.String signature)
           
 org.apache.bcel.generic.ReferenceType getLoadType(org.apache.bcel.generic.ReferenceType fieldType)
           
 java.util.Iterator<java.lang.String> signatureIterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldStoreType

public FieldStoreType()
Method Detail

addTypeSignature

public void addTypeSignature(java.lang.String signature)

signatureIterator

public java.util.Iterator<java.lang.String> signatureIterator()

getLoadType

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

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.