CodeGen
dotty.tools.backend.jvm.CodeGen
class CodeGen(val int: DottyBackendInterface, val primitives: DottyPrimitives)(val bTypes: BTypesFromSymbols[int.type])
Members list
Type members
Classlikes
object Impl extends ImplEarlyInit, BCodeSyncAndTry
Attributes
- Supertypes
-
trait BCodeSyncAndTrytrait BCodeBodyBuildertrait BCodeSkelBuildertrait BCodeHelperstrait BCodeIdiomatictrait ImplEarlyInitclass Objecttrait Matchableclass AnyShow all
- Self type
-
Impl.type
Value members
Concrete methods
Generate ASM ClassNodes for classes found in a compilation unit. The resulting classes are passed to the GenBCode.generatedClassHandler
.
Generate ASM ClassNodes for classes found in a compilation unit. The resulting classes are passed to the GenBCode.generatedClassHandler
.
Attributes
Concrete fields
In this article