public class DefUseAbsVal extends java.lang.Object implements AbstractValue<DefUseAbsVal>
| Modifier and Type | Field and Description |
|---|---|
static DefUseAbsVal |
EMPTY |
protected int |
hashCode |
protected java.util.Set<EdgeIdentifier> |
rd |
| Constructor and Description |
|---|
DefUseAbsVal() |
DefUseAbsVal(java.util.Set<EdgeIdentifier> rd) |
| Modifier and Type | Method and Description |
|---|---|
DefUseAbsVal |
addReachingDef(EdgeIdentifier d) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
boolean |
isBottom()
An AbstractValue may indicate that it is the bottom element.
|
boolean |
leq(DefUseAbsVal that)
Is the given object less than or equal to this one
|
java.util.Set<EdgeIdentifier> |
reachingDefinitions() |
java.lang.String |
toString() |
DefUseAbsVal |
upperBound(DefUseAbsVal that)
Compute the upper bound of
this and o |
DefUseAbsVal |
widen(DefUseAbsVal that)
Compute the widening operator on
this and o. |
protected final java.util.Set<EdgeIdentifier> rd
protected final int hashCode
public static final DefUseAbsVal EMPTY
public DefUseAbsVal()
public DefUseAbsVal(java.util.Set<EdgeIdentifier> rd)
public java.lang.String toString()
toString in class java.lang.Objectpublic DefUseAbsVal addReachingDef(EdgeIdentifier d)
public java.util.Set<EdgeIdentifier> reachingDefinitions()
public DefUseAbsVal widen(DefUseAbsVal that)
Orderedthis and o. A
widening operator is an upper bound where all ascending chains eventually
stabilize.widen in interface Ordered<DefUseAbsVal>that - object to widen with thisthis and opublic boolean leq(DefUseAbsVal that)
Orderedleq in interface Ordered<DefUseAbsVal>that - object to compare to thisopublic DefUseAbsVal upperBound(DefUseAbsVal that)
Orderedthis and oupperBound in interface Ordered<DefUseAbsVal>that - object to upper bound with thisthis with opublic boolean isBottom()
AbstractValueisBottom in interface AbstractValue<DefUseAbsVal>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object