TastyPrinter

dotty.tools.dotc.core.tasty.TastyPrinter
See theTastyPrinter companion object
class TastyPrinter(bytes: Array[Byte], val testPickler: Boolean)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
class NameRefs(sourceFileRefs: Set[NameRef]) extends NameRef => TermName

Attributes

Companion
object
Supertypes
trait NameRef => TermName
class Object
trait Matchable
class Any
object NameRefs

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
NameRefs.type

Attributes

Supertypes
class Object
trait Matchable
class Any
abstract class PrinterSectionUnpickler[T](val name: String)

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Constructors

def this(bytes: Array[Byte])

Concrete methods

def unpickle0[R](sec: PrinterSectionUnpickler[R])(using NameRefs): Option[R]

Concrete fields