Uses of Class
sootup.java.core.exceptions.ExceptionInferResult
Packages that use ExceptionInferResult
-
Uses of ExceptionInferResult in sootup.java.core.exceptions
Methods in sootup.java.core.exceptions that return ExceptionInferResultModifier and TypeMethodDescriptionprotected ExceptionInferResult
ExceptionInferResult.addException
(ClassType newException, TypeHierarchy typeHierarchy) protected ExceptionInferResult
ExceptionInferResult.addExceptions
(ExceptionInferResult newResult, TypeHierarchy typeHierarchy) ExceptionInferExprVisitor.getResult()
ExceptionInferRefVisitor.getResult()
ExceptionInferStmtVisitor.getResult()
StmtExceptionAnalyzer.mightThrow
(@NonNull Stmt stmt, @NonNull StmtGraph<? extends BasicBlock<?>> graph) StmtExceptionAnalyzer.mightThrowExplicitly
(@NonNull JThrowStmt throwStmt, @NonNull StmtGraph<? extends BasicBlock<?>> graph) StmtExceptionAnalyzer.mightThrowImplicitly
(Stmt stmt) Methods in sootup.java.core.exceptions with parameters of type ExceptionInferResultModifier and TypeMethodDescriptionprotected ExceptionInferResult
ExceptionInferResult.addExceptions
(ExceptionInferResult newResult, TypeHierarchy typeHierarchy)