Package pascal.taie.analysis.pta.client
Class PolymorphicCallSite
java.lang.Object
pascal.taie.analysis.Analysis
pascal.taie.analysis.ProgramAnalysis<StmtResult<Boolean>>
pascal.taie.analysis.pta.client.PolymorphicCallSite
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class pascal.taie.analysis.Analysis
getId, getOptions
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
PolymorphicCallSite
-
-
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
.- Specified by:
analyze
in classProgramAnalysis<StmtResult<Boolean>>
- Returns:
- the analysis result for the whole program.
The result will be stored in
World
.
-