Class ReflectedFieldPointerKey
java.lang.Object
com.ibm.wala.ipa.callgraph.propagation.AbstractPointerKey
com.ibm.wala.ipa.callgraph.propagation.AbstractFieldPointerKey
com.ibm.wala.cast.ipa.callgraph.ReflectedFieldPointerKey
- All Implemented Interfaces:
InstanceFieldPointerKey
,PointerKey
-
Field Summary
Fields inherited from class com.ibm.wala.ipa.callgraph.propagation.AbstractFieldPointerKey
instance
-
Method Summary
Modifier and TypeMethodDescriptionboolean
abstract Object
int
hashCode()
static ReflectedFieldPointerKey
index
(InstanceKey instance) static ReflectedFieldPointerKey
literal
(String lit, InstanceKey instance) static ReflectedFieldPointerKey
mapped
(InstanceKey mapFrom, InstanceKey instance) toString()
Methods inherited from class com.ibm.wala.ipa.callgraph.propagation.AbstractFieldPointerKey
getInstanceKey
-
Method Details
-
getFieldIdentifier
-
equals
- Specified by:
equals
in classAbstractPointerKey
-
hashCode
public int hashCode()- Specified by:
hashCode
in classAbstractPointerKey
-
toString
-
literal
-
mapped
-
index
-