edu.umd.cs.findbugs.ba.heap
public class FieldSet extends Object
| 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() |