Class ExceptionReturnValueKey
- 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
-
- com.ibm.wala.ipa.callgraph.propagation.cfa.ExceptionReturnValueKey
-
- All Implemented Interfaces:
PointerKey
public final class ExceptionReturnValueKey extends ReturnValueKey
A key which represents the return value for a node.
-
-
Constructor Summary
Constructors Constructor Description ExceptionReturnValueKey(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
-
ExceptionReturnValueKey
public ExceptionReturnValueKey(CGNode node)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classReturnValueKey
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classReturnValueKey
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classReturnValueKey
-
-