ClassfileParser

dotty.tools.dotc.core.classfile.ClassfileParser
See theClassfileParser companion class

Attributes

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

Members list

Type members

Classlikes

abstract class AbstractConstantPool(using in: DataReader)

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Embedded

Marker trait for unpicklers that can be embedded in classfiles.

Marker trait for unpicklers that can be embedded in classfiles.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object NoEmbedded extends Embedded

Indicate that there is nothing to unpickle and the corresponding symbols can be invalidated.

Indicate that there is nothing to unpickle and the corresponding symbols can be invalidated.

Attributes

Supertypes
trait Embedded
class Object
trait Matchable
class Any
Self type
NoEmbedded.type

Value members

Concrete methods

def cook(using Context): TypeMap

Replace raw types with wildcard applications

Replace raw types with wildcard applications

Attributes