Uses of Interface
pascal.taie.analysis.graph.callgraph.CallGraph
Packages that use CallGraph
Package
Description
Provides the classes necessary to build and represent a call graph.
Provide functionality related to context sensitivity.
Provide data structures and algorithms of context-sensitive
pointer analysis solver.
-
Uses of CallGraph in pascal.taie.analysis.graph.callgraph
Classes in pascal.taie.analysis.graph.callgraph that implement CallGraphModifier and TypeClassDescriptionclass
AbstractCallGraph<CallSite,
Method> Common functionality forCallGraph
implementations.class
Default implementation of call graph.Methods in pascal.taie.analysis.graph.callgraph that return CallGraph -
Uses of CallGraph in pascal.taie.analysis.graph.flowgraph
Constructors in pascal.taie.analysis.graph.flowgraph with parameters of type CallGraphModifierConstructorDescriptionObjectFlowGraph
(PointerFlowGraph pfg, CallGraph<Invoke, JMethod> callGraph) -
Uses of CallGraph in pascal.taie.analysis.pta
Methods in pascal.taie.analysis.pta that return CallGraphModifier and TypeMethodDescriptionPointerAnalysisResult.getCallGraph()
PointerAnalysisResultImpl.getCallGraph()
PointerAnalysisResult.getCSCallGraph()
PointerAnalysisResultImpl.getCSCallGraph()
Constructors in pascal.taie.analysis.pta with parameters of type CallGraphModifierConstructorDescriptionPointerAnalysisResultImpl
(PropagateTypes propTypes, CSManager csManager, Indexer<Obj> objIndexer, CallGraph<CSCallSite, CSMethod> csCallGraph, PointerFlowGraph pfg) -
Uses of CallGraph in pascal.taie.analysis.pta.core.cs
Classes in pascal.taie.analysis.pta.core.cs that implement CallGraph -
Uses of CallGraph in pascal.taie.analysis.pta.core.solver
Methods in pascal.taie.analysis.pta.core.solver that return CallGraph