| 49 | void CodeGenerator::increaseIndentation() { this->indentation++; } |
| 50 | |
| 51 | void CodeGenerator::decreaseIndentation() { this->indentation--; } |
| 52 | |
| 53 | void CodeGenerator::setIndentSymbol(const ::string &symbol) { this->indentSymbol = symbol; } |
no outgoing calls
no test coverage detected