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

org.eolang.maven.transpiler.mediumcodemodel.EOTargetFile.kt Maven / Gradle / Ivy

The newest version!
package org.eolang.maven.transpiler.mediumcodemodel

/***
 * Represents an output Java file with a name and contents
 * @param fileName the name of the output Java file
 * @param contents the contents of the output Java file
 */
class EOTargetFile(val fileName: String, val contents: String)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy