ClassfileWriters
dotty.tools.backend.jvm.ClassfileWriters
Attributes
- Graph
-
- Supertypes
Members list
Type members
Classlikes
object ClassfileWriter
Attributes
- Companion
- trait
- Supertypes
- Self type
-
ClassfileWriter.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
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 IOExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
object FileWriter
Attributes
- Companion
- trait
- Supertypes
- Self type
-
FileWriter.type
Attributes
- Supertypes
- Known subtypes
-
trait ClassfileWriter
Types
In this article