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. def != (arg0: AnyRef): Boolean

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

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

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

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

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

    Attributes
    final
    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. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    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. def getClass (): java.lang.Class[_]

    Attributes
    final
    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. def isInstanceOf [T0] : Boolean

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

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

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

    Attributes
    final
    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. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  45. def toString (): String

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

  47. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AbsTreePrinter

Inherited from AnyRef

Inherited from Any