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

models.CompilationUnit.scala Maven / Gradle / Ivy

The newest version!
package avrohugger
package models

import java.nio.file.Path

case class CompilationUnit(maybeFilePath: Option[Path], codeString: String)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy