SourceCode

scala.quoted.runtime.impl.printers.SourceCode$
object SourceCode

Printer for fully elaborated representation of the source code

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def showConstant(using Quotes)(const: Constant)(syntaxHighlight: SyntaxHighlight, fullNames: Boolean): String
def showFlags(using Quotes)(flags: Flags)(syntaxHighlight: SyntaxHighlight): String
def showSymbol(using Quotes)(symbol: Symbol)(syntaxHighlight: SyntaxHighlight): String
def showTree(using Quotes)(tree: Tree)(syntaxHighlight: SyntaxHighlight, fullNames: Boolean): String
def showType(using Quotes)(tpe: TypeRepr)(syntaxHighlight: SyntaxHighlight, fullNames: Boolean): String