Package pascal.taie.analysis.bugfinder
Class DroppedException
java.lang.Object
pascal.taie.analysis.Analysis
pascal.taie.analysis.MethodAnalysis<Set<BugInstance>>
pascal.taie.analysis.bugfinder.DroppedException
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class pascal.taie.analysis.Analysis
getId, getOptions
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
DroppedException
-
-
Method Details
-
analyze
Description copied from class:MethodAnalysis
Runs this analysis for the givenIR
. The result will be stored inIR
. If the result is not used by following analyses, then this method should returnnull
.- Specified by:
analyze
in classMethodAnalysis<Set<BugInstance>>
- Parameters:
ir
- IR of the method to be analyzed- Returns:
- the analysis result for given ir.
-