|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectharpoon.Analysis.PointerAnalysis.PAEdge
public class PAEdge
| Constructor Summary | |
|---|---|
PAEdge(PANode n1,
String f,
PANode n2)
Creates a PAEdge. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Checks the equality of two edges. |
int |
hashCode()
Computes the hash code of this object. |
Set |
project(Relation mu)
|
PAEdge |
specialize(Map map)
|
String |
toString()
String representation for debug purposes. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PAEdge(PANode n1,
String f,
PANode n2)
PAEdge.
| Method Detail |
|---|
public Set project(Relation mu)
public PAEdge specialize(Map map)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
this object.
hashCode in class Objectpublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||