InputFile

class InputFile(val file: File, val normalizedPath: String)

An input file together with its normalizedPath normalizedPath is used to compute the package name in some cases

Constructors

Link copied to clipboard
constructor(file: File, normalizedPath: String)

Properties

Link copied to clipboard
val file: File
Link copied to clipboard