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

Concise view

Type members

Classlikes

trait Embedded

Marker trait for unpicklers that can be embedded in classfiles.

Marker trait for unpicklers that can be embedded in classfiles.

Attributes

Graph
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

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

Value members

Concrete methods

def cook(using Context): TypeMap

Replace raw types with wildcard applications

Replace raw types with wildcard applications

Attributes