| 108 | std::vector<std::pair<Type, std::string>> parameters; |
| 109 | |
| 110 | ParameterList(){ |
| 111 | type = StatementParameterList; |
| 112 | } |
| 113 | |
| 114 | ParameterList(const std::vector<std::pair<Type, std::string>>& params){ |
| 115 | type = StatementParameterList; |
nothing calls this directly
no outgoing calls
no test coverage detected