Uses of Class
pascal.taie.ir.stmt.Catch
Packages that use Catch
-
Uses of Catch in pascal.taie.ir.proginfo
Methods in pascal.taie.ir.proginfo that return CatchModifier and TypeMethodDescriptionExceptionEntry.handler()
Returns the value of thehandler
record component.Constructors in pascal.taie.ir.proginfo with parameters of type CatchModifierConstructorDescriptionExceptionEntry
(Stmt start, Stmt end, Catch handler, ClassType catchType) Creates an instance of aExceptionEntry
record class. -
Uses of Catch in pascal.taie.ir.stmt
Methods in pascal.taie.ir.stmt with parameters of type Catch