| 211 | } |
| 212 | bool IsPlaceholder() const { return type_string() == "Placeholder"; } |
| 213 | bool IsSwitch() const { return class_ == NC_SWITCH; } |
| 214 | bool IsMerge() const { return class_ == NC_MERGE; } |
| 215 | bool IsEnter() const { return class_ == NC_ENTER; } |
| 216 | bool IsExit() const { return class_ == NC_EXIT; } |
no outgoing calls