ContextAstPrinter

class ContextAstPrinter(using x$1: Quotes) extends AstPrinter
Companion
object
class AstPrinter
class Walker
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def additionalHandlers: PartialFunction[Any, Tree]
Definition Classes
AstPrinter -> Walker

Inherited methods

def apply(x: Any): Str
Inherited from
AstPrinter
def escapeUnicode: Boolean
Inherited from
AstPrinter
override
def showFieldNames: Boolean
Definition Classes
AstPrinter -> Walker
Inherited from
AstPrinter
def tokenize(x: Any): Iterator[Str]
Inherited from
AstPrinter
override
def treeify(x: Any): Tree
Definition Classes
AstPrinter -> Walker
Inherited from
AstPrinter

Concrete fields

val handlers: PartialFunction[Any, Tree]
val newHandlers: PartialFunction[Any, Tree]

Inherited fields

val colorApplyPrefix: Attrs
Inherited from
AstPrinter
val colorLiteral: Attrs
Inherited from
AstPrinter
val defaultHeight: Int
Inherited from
AstPrinter
val defaultIndent: Int
Inherited from
AstPrinter
val defaultWidth: Int
Inherited from
AstPrinter
val traceAllQuats: Boolean
Inherited from
AstPrinter
val tuplePrefix: String
Inherited from
Walker