| 139 | ParameterList returnParameters; |
| 140 | |
| 141 | SynchronousMethod(const std::string& name){ |
| 142 | methodName = name; |
| 143 | |
| 144 | type = StatementSynchronousMethod; |
| 145 | } |
| 146 | }; |
| 147 | |
| 148 | class Token{ |
nothing calls this directly
no outgoing calls
no test coverage detected