treehugger.TreePrinters

TreePrinter

class TreePrinter extends Forest.TreePrinter

Definition Classes
TreePrintersTreePrinters
Linear Supertypes
Forest.TreePrinter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TreePrinter
  2. TreePrinter
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def decodedSymName(tree: Forest.Tree, name: Forest.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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

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

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

  16. var indentMargin: Int

    Attributes
    protected
  17. val indentStep: Int

    Attributes
    protected
  18. var indentString: String

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

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

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

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

    Definition Classes
    AnyRef
  23. def print(args: Any*): Unit

    Definition Classes
    TreePrinterTreePrinter
  24. def printAnnotation(annot: Forest.AnnotationInfo): Unit

  25. def printAnnotations(tree: Forest.Tree): Unit

  26. def printBlock(tree: Forest.Tree): Unit

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

  28. def printComment(mods: Forest.Modifiers, comments: List[String]): Unit

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

  30. def printInterpolatedString(tree: Forest.Interpolated): Unit

  31. def printLambdaParams(ts: List[Forest.ValDef]): Unit

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

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

  34. def printParam(tree: Forest.Tree, isclass: Boolean = false): Unit

  35. def printPosition(tree: Forest.Tree): Unit

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

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

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

  39. def printTree(tree: Forest.Tree): Unit

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

  41. def printValueParams(ts: List[Forest.ValDef], isclass: Boolean): Unit

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

  43. def println(): Unit

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

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

    Definition Classes
    AnyRef
  46. def toString(): String

    Definition Classes
    AnyRef → Any
  47. def typeTreeToString(tt: Forest.TypeTree): String

  48. var typesPrinted: Boolean

    Attributes
    protected
    Definition Classes
    TreePrinter
  49. def undent(): Unit

  50. var uniqueIds: Boolean

    Attributes
    protected
    Definition Classes
    TreePrinter
  51. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def withTypesPrinted: TreePrinter.this.type

    Definition Classes
    TreePrinter
  55. def withUniqueIds: TreePrinter.this.type

    Definition Classes
    TreePrinter

Inherited from Forest.TreePrinter

Inherited from AnyRef

Inherited from Any

Ungrouped