public static class EdgeIdentifier.HeapUseKey extends EdgeIdentifier.EdgeType
Modifier and Type | Field and Description |
---|---|
protected int |
hashCode |
protected java.util.Set<AbstractLocation> |
used |
isIntra
Constructor and Description |
---|
EdgeIdentifier.HeapUseKey(java.util.Set<AbstractLocation> used) |
EdgeIdentifier.HeapUseKey(java.util.Set<AbstractLocation> used,
boolean isIntra) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
java.util.Set<AbstractLocation> |
used() |
isIntra
protected final java.util.Set<AbstractLocation> used
protected final int hashCode
public EdgeIdentifier.HeapUseKey(java.util.Set<AbstractLocation> used, boolean isIntra)
used
- The set of objects that may be used by this data dependency.isIntra
- Whether this edge is the result of an intra-procedural analysis.public EdgeIdentifier.HeapUseKey(java.util.Set<AbstractLocation> used)
used
- The set of objects that may be used by this data dependency.public java.util.Set<AbstractLocation> used()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object