Class AbstractTypeInNode
- java.lang.Object
-
- com.ibm.wala.ipa.callgraph.propagation.AbstractTypeInNode
-
- All Implemented Interfaces:
InstanceKeyWithNode,ContextItem,InstanceKey
- Direct Known Subclasses:
AllocationSiteInNode,SmushedAllocationSiteInNode
public abstract class AbstractTypeInNode extends Object implements InstanceKeyWithNode
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.ibm.wala.ipa.callgraph.ContextItem
ContextItem.Value<T>
-
-
Constructor Summary
Constructors Constructor Description AbstractTypeInNode(CGNode node, IClass type)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract booleanequals(Object obj)IClassgetConcreteType()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;)CGNodegetNode()abstract inthashCode()abstract StringtoString()-
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
-
-
-
-
Method Detail
-
getConcreteType
public IClass 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
public CGNode getNode()
- Specified by:
getNodein interfaceInstanceKeyWithNode- Returns:
- the call graph node which contains this allocation
-
-