Uses of Class
pascal.taie.analysis.exception.CatchResult
Package
Description
This package provides functionality to analyze exceptions.
-
Uses of CatchResult in pascal.taie.analysis.exception
Modifier and TypeMethodDescriptionstatic CatchResult
CatchAnalysis.analyze
(IR ir, ThrowResult throwResult) Analyzes the exceptions thrown by each Stmt in given IR may be caught by which (catch) Stmts, and which exceptions are not caught in the IR.