AstPrinter

class AstPrinter 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
def shouldAddProperties(x: Product): Boolean

Inherited methods

def apply(x: Any): Str
Inherited from
AstPrinter
def tokenize(x: Any): Iterator[Str]
Inherited from
AstPrinter
def treeify(x: Any): Tree
Inherited from
Walker

Concrete fields

val removePrefixes: Set[Nothing]