CodeBuilder

constructor(classesToImport: MutableMap<String, String> = mutableMapOf(), functionsToImport: MutableMap<String, MutableSet<String>> = mutableMapOf(), indentDepth: Int = 0, varCounts: MutableMap<String, Int> = mutableMapOf())