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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleangetNode()abstract inthashCode()protected booleaninternalEquals(Object obj) protected int
-
Constructor Details
-
NodeKey
-
-
Method Details
-
internalEquals
-
internalHashCode
protected int internalHashCode() -
getNode
- Specified by:
getNodein classAbstractLocalPointerKey- Returns:
- the node this key represents
-
equals
- Specified by:
equalsin classAbstractPointerKey
-
hashCode
public abstract int hashCode()- Specified by:
hashCodein classAbstractPointerKey
-