| 160 | virtual const Type &get_type(void) const = 0; |
| 161 | |
| 162 | virtual bool compatible(const Variable *) const { return false; } |
| 163 | |
| 164 | virtual bool is_0_or_1(void) const { return false;} |
| 165 |
nothing calls this directly
no outgoing calls
no test coverage detected