| 467 | throw TypeError("string literal expected"); |
| 468 | } |
| 469 | inline bool |
| 470 | Node::isIntVar(void) { |
| 471 | return (dynamic_cast<IntVar*>(this) != nullptr); |
| 472 | } |
| 473 | inline bool |
| 474 | Node::isBoolVar(void) { |
| 475 | return (dynamic_cast<BoolVar*>(this) != nullptr); |
no outgoing calls
no test coverage detected