| 134 | shared_ptr<bool_expr> search; |
| 135 | std::string limit_clause; |
| 136 | struct scope myscope; |
| 137 | virtual void out(std::ostream &out); |
| 138 | query_spec(prod *p, struct scope *s, bool lateral = 0); |
| 139 | virtual void accept(prod_visitor *v) { |
nothing calls this directly
no outgoing calls
no test coverage detected