Class NodeKey
java.lang.Object
com.ibm.wala.ipa.callgraph.propagation.AbstractPointerKey
com.ibm.wala.ipa.callgraph.propagation.AbstractLocalPointerKey
com.ibm.wala.ipa.callgraph.propagation.NodeKey
- All Implemented Interfaces:
PointerKey
- Direct Known Subclasses:
JSSyntheticParameterKey
,ReturnValueKey
A key which represents a set corresponding to a call graph node.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
getNode()
abstract int
hashCode()
protected boolean
internalEquals
(Object obj) protected int
-
Constructor Details
-
NodeKey
-
-
Method Details
-
internalEquals
-
internalHashCode
protected int internalHashCode() -
getNode
- Specified by:
getNode
in classAbstractLocalPointerKey
- Returns:
- the node this key represents
-
equals
- Specified by:
equals
in classAbstractPointerKey
-
hashCode
public abstract int hashCode()- Specified by:
hashCode
in classAbstractPointerKey
-