Uses of Class
qilin.pta.toolkits.moon.support.PtrSetCache
Packages that use PtrSetCache
-
Uses of PtrSetCache in qilin.pta.toolkits.moon.graph
Constructors in qilin.pta.toolkits.moon.graph with parameters of type PtrSetCache -
Uses of PtrSetCache in qilin.pta.toolkits.moon.support
Methods in qilin.pta.toolkits.moon.support that return PtrSetCacheModifier and TypeMethodDescriptionMoonDataConstructor.MoonDataStructure.ptrSetCache()Returns the value of theptrSetCacherecord component.Constructors in qilin.pta.toolkits.moon.support with parameters of type PtrSetCacheModifierConstructorDescriptionMoonDataStructure(OAG oag, VFG vfgForField, VFG vfgForObj, FieldRecorder fieldRecorder, FieldFlowRecorder fieldFlowRecorder, com.google.common.collect.SetMultimap<SootMethod, AllocNode> mthToRecvObj, KeyTypeCollector keyTypeCollector, com.google.common.collect.SetMultimap<AllocNode, SootMethod> objToIvkMtds, Set<LocalVarNode> allocVars, Set<AllocNode> containers, PtrSetCache ptrSetCache, FieldPointsToGraph fieldPointsToGraph, PAG pag) Creates an instance of aMoonDataStructurerecord class.