BytecodeWriters
dotty.tools.backend.jvm.BytecodeWriters
trait BytecodeWriters
For the last mile: turning generated bytecode in memory into something you can use. Has implementations for writing to class files, jars, and disassembled/javap output.
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
trait BCodeHelperstrait BCodeSkelBuildertrait BCodeBodyBuildertrait BCodeSyncAndTryclass GenBCodePipeline
Members list
Type members
Classlikes
trait AsmpBytecodeWriter extends BytecodeWriter
Attributes
- Supertypes
trait BytecodeWriter
Attributes
- Supertypes
- Known subtypes
-
trait AsmpBytecodeWritertrait ClassBytecodeWriterclass DirectToJarfileWritertrait DumpBytecodeWriter
trait ClassBytecodeWriter extends BytecodeWriter
Attributes
- Supertypes
class DirectToJarfileWriter(jfile: File) extends BytecodeWriter
Attributes
- Supertypes
trait DumpBytecodeWriter extends BytecodeWriter
Attributes
- Supertypes
Value members
Concrete methods
Value parameters
- clsName
-
cls.getName
Attributes
Abstract fields
In this article