TastyAnsiiPrinter

dotty.tools.dotc.core.tasty.TastyAnsiiPrinter
class TastyAnsiiPrinter(bytes: Array[Byte], testPickler: Boolean) extends TastyPrinter

Attributes

Graph
Supertypes
class TastyPrinter
class Object
trait Matchable
class Any

Members list

Type members

Inherited classlikes

Attributes

Inherited from:
TastyPrinter
Supertypes
class Object
trait Matchable
class Any

Attributes

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

Attributes

Inherited from:
TastyPrinter
Supertypes
trait NameRef => TermName
class Object
trait Matchable
class Any
object NameRefs

Attributes

Inherited from:
TastyPrinter
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
TastyPrinter
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
TastyPrinter
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
TastyPrinter
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
TastyPrinter
Supertypes
class Object
trait Matchable
class Any

Inherited and Abstract classlikes

abstract class PrinterSectionUnpickler[T](val name: String)

Attributes

Inherited from:
TastyPrinter
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Value members

Constructors

def this(bytes: Array[Byte])

Concrete methods

override protected def lengthStr(str: String): String

Attributes

Definition Classes
override protected def nameStr(str: String): String

Attributes

Definition Classes
override protected def treeStr(str: String): String

Attributes

Definition Classes

Inherited methods

Attributes

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

Attributes

Inherited from:
TastyPrinter