ClassfileWriters

dotty.tools.backend.jvm.ClassfileWriters

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait ClassfileWriter extends TastyWriter

The interface to writing classfiles. GeneratedClassHandler calls these methods to generate the directory and files that are created, and eventually calls close when the writing is complete.

The interface to writing classfiles. GeneratedClassHandler calls these methods to generate the directory and files that are created, and eventually calls close when the writing is complete.

The companion object is responsible for constructing a appropriate and optimal implementation for the supplied settings.

Operations are threadsafe.

Attributes

Companion
object
Supertypes
trait TastyWriter
class Object
trait Matchable
class Any
class FileConflictException(msg: String, cause: Throwable) extends IOException

Can't output a file due to the state of the file system.

Can't output a file due to the state of the file system.

Attributes

Supertypes
class IOException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
object FileWriter

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
FileWriter.type
sealed trait FileWriter

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
sealed trait TastyWriter

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Types

type NullableFile = AbstractFile | Null