Uses of Class
qilin.pta.toolkits.common.OAG
Packages that use OAG
Package
Description
-
Uses of OAG in qilin.pta.toolkits.bean
Methods in qilin.pta.toolkits.bean with parameters of type OAGModifier and TypeMethodDescriptionprotected abstract voidContextSelector.selectContext(OAG oag) protected voidRepresentativeContextSelector.selectContext(OAG oag) Constructors in qilin.pta.toolkits.bean with parameters of type OAGModifierConstructorDescriptionprotectedContextSelector(OAG oag) protectedContextSelector(OAG oag, int depth) RepresentativeContextSelector(OAG oag, int depth) -
Uses of OAG in qilin.pta.toolkits.common
Subclasses of OAG in qilin.pta.toolkits.common -
Uses of OAG in qilin.pta.toolkits.moon.support
Methods in qilin.pta.toolkits.moon.support that return OAGModifier and TypeMethodDescriptionMoonDataConstructor.MoonDataStructure.oag()Returns the value of theoagrecord component.Constructors in qilin.pta.toolkits.moon.support with parameters of type OAGModifierConstructorDescriptionMoonDataStructure(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. -
Uses of OAG in qilin.pta.toolkits.zipper.flowgraph
Subclasses of OAG in qilin.pta.toolkits.zipper.flowgraphModifier and TypeClassDescriptionclassA tailored Object Allocation Graph (OAG) for Zipper PTA.