Printer

oxygen.quoted.Printer
See thePrinter companion trait
object Printer

Attributes

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

Members list

Value members

Concrete methods

def companion(using quotes: Quotes): PrinterCompanion

Givens

Givens

given ConstantPrinter(using Quotes): Printer[Constant]

Default pinter for Constant used when calling const.show

Default pinter for Constant used when calling const.show

Attributes

given TreePrinter(using Quotes): Printer[Tree]

Default pinter for Tree used when calling tree.show

Default pinter for Tree used when calling tree.show

Attributes

given TypeReprPrinter(using Quotes): Printer[TypeRepr]

Default pinter for TypeRepr used when calling tpe.show

Default pinter for TypeRepr used when calling tpe.show

Attributes