* get the file type. */
| 659 | * get the file type. |
| 660 | */ |
| 661 | int ASBeautifier::getFileType() const |
| 662 | { |
| 663 | return fileType; |
| 664 | } |
| 665 | |
| 666 | /** |
| 667 | * get the number of spaces per indent |
nothing calls this directly
no outgoing calls
no test coverage detected