scala.tools.nsc.ast.TreePrinters

TreePrinter

class TreePrinter extends AbsTreePrinter

Source
TreePrinters.scala
Linear Supertypes
AbsTreePrinter, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. TreePrinter
  2. AbsTreePrinter
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TreePrinter(out: PrintWriter)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def decodedSymName(tree: Tree, name: Name): String

  9. def doPrintPositions: Boolean

    Attributes
    protected
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def flush(): Unit

    Definition Classes
    TreePrinter → AbsTreePrinter
  14. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. def indent(): Unit

  17. var indentMargin: Int

    Attributes
    protected
  18. val indentStep: Int

    Attributes
    protected
  19. var indentString: String

    Attributes
    protected
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def print(unit: CompilationUnit): Unit

  25. def print(tree: Tree): Unit

    Definition Classes
    TreePrinter → AbsTreePrinter
  26. def print(name: Name): Unit

  27. def print(str: String): Unit

  28. def printAnnotations(tree: Tree): Unit

  29. def printBlock(tree: Tree): Unit

  30. def printColumn(ts: List[Tree], start: String, sep: String, end: String): Unit

  31. def printFlags(flags: Long, privateWithin: String): Unit

  32. def printModifiers(tree: Tree, mods: Modifiers): Unit

  33. def printOpt(prefix: String, tree: Tree): Unit

  34. def printParam(tree: Tree): Unit

  35. def printPosition(tree: Tree): Unit

  36. def printRaw(tree: Tree): Unit

  37. def printRow(ts: List[Tree], sep: String): Unit

  38. def printRow(ts: List[Tree], start: String, sep: String, end: String): Unit

  39. def printSeq[a](ls: List[a])(printelem: (a) ⇒ Unit)(printsep: ⇒ Unit): Unit

  40. def printTypeParams(ts: List[TypeDef]): Unit

  41. def printValueParams(ts: List[ValDef]): Unit

  42. def println(): Unit

  43. def symName(tree: Tree, name: Name): String

  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  45. def toString(): String

    Definition Classes
    AnyRef → Any
  46. def undent(): Unit

  47. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  48. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  49. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AbsTreePrinter

Inherited from AnyRef

Inherited from Any