| 69 | void set_xception(bool is_xception) { is_xception_ = is_xception; } |
| 70 | |
| 71 | void set_method_xcepts(bool is_method_xcepts) { |
| 72 | is_method_xcepts_ = is_method_xcepts; |
| 73 | xcepts_validated_ = false; |
| 74 | validate_members(); |
| 75 | } |
| 76 | |
| 77 | void set_union(bool is_union) { |
| 78 | is_union_ = is_union; |
no outgoing calls
no test coverage detected