Uses of Class
pascal.taie.analysis.ProgramAnalysis
Package
Description
Provides the classes necessary to build and represent a call graph.
Provides the classes necessary to represent an inter-procedural
control-flow graph (ICFG).
-
Uses of ProgramAnalysis in pascal.taie.analysis.dataflow.inter
Modifier and TypeClassDescriptionclass
AbstractInterDataflowAnalysis<Method,
Node, Fact> Provides common functionalities forInterDataflowAnalysis
implementations.class
Implementation of interprocedural constant propagation for int values. -
Uses of ProgramAnalysis in pascal.taie.analysis.graph.callgraph
-
Uses of ProgramAnalysis in pascal.taie.analysis.graph.icfg
-
Uses of ProgramAnalysis in pascal.taie.analysis.misc
Modifier and TypeClassDescriptionclass
Special class for process the results of other analyses after they finish. -
Uses of ProgramAnalysis in pascal.taie.analysis.pta
-
Uses of ProgramAnalysis in pascal.taie.analysis.pta.client