FindBugs™ 1.3.9

edu.umd.cs.findbugs.ba.heap
Class FieldSet

java.lang.Object
  extended by edu.umd.cs.findbugs.ba.heap.FieldSet

public class FieldSet
extends java.lang.Object

Author:
David Hovemeyer

Constructor Summary
FieldSet()
           
 
Method Summary
 void addField(XField field)
           
 void clear()
           
 boolean contains(XField field)
           
 void copyFrom(FieldSet other)
           
 boolean isBottom()
           
 boolean isEmpty()
           
 boolean isIntersectionNonEmpty(FieldSet other)
           
 boolean isTop()
           
 boolean isValid()
           
 void mergeWith(FieldSet other)
           
 boolean sameAs(FieldSet other)
           
 void setBottom()
           
 void setTop()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldSet

public FieldSet()
Method Detail

setTop

public void setTop()

isTop

public boolean isTop()

setBottom

public void setBottom()

isBottom

public boolean isBottom()

isValid

public boolean isValid()

isEmpty

public boolean isEmpty()

clear

public void clear()

addField

public void addField(XField field)

contains

public boolean contains(XField field)

mergeWith

public void mergeWith(FieldSet other)

sameAs

public boolean sameAs(FieldSet other)

copyFrom

public void copyFrom(FieldSet other)

isIntersectionNonEmpty

public boolean isIntersectionNonEmpty(FieldSet other)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

FindBugs™ 1.3.9

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