BTypes

dotty.tools.backend.jvm.BTypes$
See theBTypes companion class
object BTypes

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
BTypes.type

Members list

Type members

Types

A marker for strings that represent class internal names. Ideally the type would be incompatible with String, for example by making it a value class. But that would create overhead in a Collection[InternalName].

A marker for strings that represent class internal names. Ideally the type would be incompatible with String, for example by making it a value class. But that would create overhead in a Collection[InternalName].

Attributes