public class NewAllocAbsVal extends DefUseAbsVal
EMPTY, hashCode, rd| Constructor and Description |
|---|
NewAllocAbsVal(java.util.Set<HContext> objects) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object objects) |
int |
hashCode() |
boolean |
leq(DefUseAbsVal that)
Is the given object less than or equal to this one
|
java.util.Set<HContext> |
objects() |
java.lang.String |
toString() |
DefUseAbsVal |
upperBound(DefUseAbsVal that)
Compute the upper bound of
this and o |
addReachingDef, isBottom, reachingDefinitions, widenpublic NewAllocAbsVal(java.util.Set<HContext> objects)
public boolean leq(DefUseAbsVal that)
Orderedleq in interface Ordered<DefUseAbsVal>leq in class DefUseAbsValthat - object to compare to thisopublic DefUseAbsVal upperBound(DefUseAbsVal that)
Orderedthis and oupperBound in interface Ordered<DefUseAbsVal>upperBound in class DefUseAbsValthat - object to upper bound with thisthis with opublic boolean equals(java.lang.Object objects)
equals in class DefUseAbsValpublic int hashCode()
hashCode in class DefUseAbsValpublic java.util.Set<HContext> objects()
public java.lang.String toString()
toString in class DefUseAbsVal