Class ReturnValueKey
- java.lang.Object
-
- com.ibm.wala.ipa.callgraph.propagation.AbstractPointerKey
-
- com.ibm.wala.ipa.callgraph.propagation.AbstractLocalPointerKey
-
- com.ibm.wala.ipa.callgraph.propagation.NodeKey
-
- com.ibm.wala.ipa.callgraph.propagation.ReturnValueKey
-
- All Implemented Interfaces:
PointerKey
- Direct Known Subclasses:
ExceptionReturnValueKey
,ReturnValueKeyWithFilter
public class ReturnValueKey extends NodeKey
A key which represents the return value for a node.
-
-
Constructor Summary
Constructors Constructor Description ReturnValueKey(CGNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
String
toString()
-
Methods inherited from class com.ibm.wala.ipa.callgraph.propagation.NodeKey
getNode, internalEquals, internalHashCode
-
-
-
-
Constructor Detail
-
ReturnValueKey
public ReturnValueKey(CGNode node)
-
-