Catch expression.
More...
#include <hexrays.hpp>
◆ DECLARE_COMPARISONS()
◆ swap()
◆ is_finally()
| bool catchexpr_t::is_finally |
( |
| ) |
const |
|
inline |
◆ is_catch_all()
| bool catchexpr_t::is_catch_all |
( |
| ) |
const |
|
inline |
◆ convert_to_catch_all()
| void catchexpr_t::convert_to_catch_all |
( |
| ) |
|
|
inline |
◆ convert_to_finally()
| void catchexpr_t::convert_to_finally |
( |
| ) |
|
|
inline |
◆ obj
the caught object.
if obj.op==cot_empty, no object. ideally, obj.op==cot_var
◆ fake_type
if not empty, type of the caught object.
ideally, obj.type should be enough. however, in some cases the detailed type info is not available.
The documentation for this struct was generated from the following file: