Packages

c

scala.tools.nsc.ast

NodePrinters

abstract class NodePrinters extends AnyRef

The object nodePrinter converts the internal tree representation to a string.

Source
NodePrinters.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodePrinters
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NodePrinters()

Type Members

  1. trait DefaultPrintAST extends PrintAST
  2. trait PrintAST extends AnyRef

Abstract Value Members

  1. abstract val global: Global

Concrete Value Members

  1. var infolevel: InfoLevel.Value
  2. def nodeToString: (Global.Tree) => String
  3. def printAll(): Unit
  4. def printUnit(unit: Global.CompilationUnit): Unit
  5. object InfoLevel extends Enumeration
  6. object nodeToRegularString extends DefaultPrintAST with (Global.Tree) => String