Class AbstractTypeInNode
java.lang.Object
com.ibm.wala.ipa.callgraph.propagation.AbstractTypeInNode
- All Implemented Interfaces:
InstanceKeyWithNode
,ContextItem
,InstanceKey
- Direct Known Subclasses:
AllocationSiteInNode
,SmushedAllocationSiteInNode
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.ibm.wala.ipa.callgraph.ContextItem
ContextItem.Value<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
For now, we assert that each InstanceKey represents a set of classes which are all of the same concrete type (modulo the fact that all arrays of references are considered concrete type []Object;)getNode()
abstract int
hashCode()
abstract String
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.ibm.wala.ipa.callgraph.propagation.InstanceKey
getCreationSites
-
Constructor Details
-
AbstractTypeInNode
-
-
Method Details
-
equals
-
hashCode
-
toString
-
getConcreteType
Description copied from interface:InstanceKey
For now, we assert that each InstanceKey represents a set of classes which are all of the same concrete type (modulo the fact that all arrays of references are considered concrete type []Object;)- Specified by:
getConcreteType
in interfaceInstanceKey
- Returns:
- the concrete type allocated
-
getNode
- Specified by:
getNode
in interfaceInstanceKeyWithNode
- Returns:
- the call graph node which contains this allocation
-