| 125 | ParameterList parameters; |
| 126 | |
| 127 | ASynchronousMethod(const std::string& name){ |
| 128 | methodName = name; |
| 129 | |
| 130 | type = StatementAsynchronousMethod; |
| 131 | } |
| 132 | }; |
| 133 | |
| 134 | class SynchronousMethod final : public Statement{ |
nothing calls this directly
no outgoing calls
no test coverage detected