|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.cs.crystal.analysis.alias.AliasLE
public class AliasLE
This is an immutable lattice.
Method Summary | |
---|---|
static AliasLE |
bottom()
Returns a bottom lattice element. |
static AliasLE |
create(ObjectLabel label)
Create new lattice element with only the given label in the label set. |
static AliasLE |
create(Set<ObjectLabel> newLabels)
Create new lattice element with the given set of labels; do not mutate the given set after this call. |
boolean |
equals(Object obj)
|
Set<ObjectLabel> |
getLabels()
|
boolean |
hasAnyLabels(Set<ObjectLabel> labelsToFind)
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static AliasLE create(Set<ObjectLabel> newLabels)
newLabels
- Label set that must not be mutated
after this call.
public static AliasLE create(ObjectLabel label)
label
- Object label.
public static AliasLE bottom()
public Set<ObjectLabel> getLabels()
getLabels
in interface Aliasing
public boolean hasAnyLabels(Set<ObjectLabel> labelsToFind)
hasAnyLabels
in interface Aliasing
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |