PrinterModule

Methods of the module object val Printer

Source
Quotes.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

Prints the constant in source code.

Prints the constant in source code.

Source
Quotes.scala

Prints a pattern like representation of the Constant.

Prints a pattern like representation of the Constant.

Source
Quotes.scala

Prints fully elaborated version of the source code using ANSI colors.

Prints fully elaborated version of the source code using ANSI colors.

Source
Quotes.scala

Prints fully elaborated version of the source code.

Prints fully elaborated version of the source code.

Source
Quotes.scala

Prints fully elaborated version of the source code.

Prints fully elaborated version of the source code. Same as TreeCode but does not print full package prefixes.

Source
Quotes.scala

Prints a pattern like representation of the Tree.

Prints a pattern like representation of the Tree. It displays the structure of the AST.

Source
Quotes.scala

Prints the type in source code using ANSI colors.

Prints the type in source code using ANSI colors.

Source
Quotes.scala

Prints the type in source code.

Prints the type in source code.

Source
Quotes.scala

Prints the type in source code.

Prints the type in source code. Same as TypeReprCode but does not print full package prefixes.

Source
Quotes.scala

Prints a pattern like representation of the TypeRepr.

Prints a pattern like representation of the TypeRepr. It displays the structure of the type.

Source
Quotes.scala