Package pascal.taie.analysis.graph.icfg
Class ICFGBuilder
java.lang.Object
pascal.taie.analysis.Analysis
pascal.taie.analysis.ProgramAnalysis<ICFG<JMethod,Stmt>>
pascal.taie.analysis.graph.icfg.ICFGBuilder
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class pascal.taie.analysis.Analysis
getId, getOptions
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
ICFGBuilder
-
-
Method Details
-
analyze
Description copied from class:ProgramAnalysis
Runs this analysis for the whole program. If the result is not used by following analyses, then this method should returnnull
.
-