for unit testing
| 6346 | |
| 6347 | // for unit testing |
| 6348 | int ASFormatter::getFormatterFileType() const |
| 6349 | { |
| 6350 | return formatterFileType; |
| 6351 | } |
| 6352 | |
| 6353 | // Check if an operator follows the next word. |
| 6354 | // The next word must be a legal name. |
nothing calls this directly
no outgoing calls
no test coverage detected