Class AllocationSiteBasedModel
java.lang.Object
pascal.taie.analysis.pta.core.heap.AbstractHeapModel
pascal.taie.analysis.pta.core.heap.AllocationSiteBasedModel
- All Implemented Interfaces:
Serializable
,HeapModel
,Indexer<Obj>
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class pascal.taie.analysis.pta.core.heap.AbstractHeapModel
add, doGetConstantObj, getConstantObj, getIndex, getMergedObj, getMockObj, getNewObj, getObj, getObject, getObjects, isStringConstant
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface pascal.taie.analysis.pta.core.heap.HeapModel
getMockObj, getMockObj, getMockObj
-
Constructor Details
-
AllocationSiteBasedModel
-
-
Method Details
-
doGetObj
Description copied from class:AbstractHeapModel
The method which controls the heap modeling for normal objects.- Specified by:
doGetObj
in classAbstractHeapModel
-