dotty.tools.backend.jvm.ClassfileWriters.ClassfileWriter
See theClassfileWriter companion object
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 companion object is responsible for constructing a appropriate and optimal implementation for the supplied settings.
Operations are threadsafe.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article