Uses of Class
pascal.taie.analysis.exception.ThrowResult
Package
Description
This package provides functionality to analyze exceptions.
-
Uses of ThrowResult 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.