| 95 | virtual ~truth_value() { } |
| 96 | const char *op; |
| 97 | virtual void out(std::ostream &out) { out << op; } |
| 98 | truth_value(prod *p) : bool_expr(p) { |
| 99 | op = ( (d6() < 4) ? scope->schema->true_literal : scope->schema->false_literal); |
| 100 | } |
nothing calls this directly
no outgoing calls
no test coverage detected