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 ContextItem
ContextItem.Value<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanFor 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 inthashCode()abstract StringtoString()Methods inherited from interface InstanceKey
getCreationSites
-
Constructor Details
-
AbstractTypeInNode
-
-
Method Details
-
equals
-
hashCode
-
toString
-
getConcreteType
Description copied from interface:InstanceKeyFor 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:
getConcreteTypein interfaceInstanceKey- Returns:
- the concrete type allocated
-
getNode
- Specified by:
getNodein interfaceInstanceKeyWithNode- Returns:
- the call graph node which contains this allocation
-