All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tambapps.marcel.compiler.file.BasicSourceFile.kt Maven / Gradle / Ivy

package com.tambapps.marcel.compiler.file

internal class BasicSourceFile(override val fileName: String, override val text: String, override val className: String) : SourceFile {
  constructor(fileName: String, text: String): this(fileName, text, SourceFile.generateClassName(fileName))
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy