Package com.ibm.wala.cast.ipa.callgraph
Class AstGlobalPointerKey
- java.lang.Object
-
- com.ibm.wala.ipa.callgraph.propagation.AbstractPointerKey
-
- com.ibm.wala.cast.ipa.callgraph.AstGlobalPointerKey
-
- All Implemented Interfaces:
PointerKey
public class AstGlobalPointerKey extends AbstractPointerKey
-
-
Constructor Summary
Constructors Constructor Description AstGlobalPointerKey(String globalName)
-
-
-
Constructor Detail
-
AstGlobalPointerKey
public AstGlobalPointerKey(String globalName)
-
-
Method Detail
-
getName
public String getName()
-
equals
public boolean equals(Object x)
- Specified by:
equals
in classAbstractPointerKey
-
hashCode
public int hashCode()
- Specified by:
hashCode
in classAbstractPointerKey
-
-