Packages

c

scala.tools.nsc.ast.Printers

CompactTreePrinter

class CompactTreePrinter extends Global.AstTreePrinter

A tree printer which is stingier about vertical whitespace and unnecessary punctuation than the standard one.

Source
Printers.scala
Linear Supertypes
Global.TreePrinter, Global.TreePrinter, Global.TreePrinter, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompactTreePrinter
  2. TreePrinter
  3. TreePrinter
  4. TreePrinter
  5. AnyRef
  6. 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 CompactTreePrinter(out: PrintWriter)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Global.CompactTreePrinter toany2stringadd[Global.CompactTreePrinter] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Global.CompactTreePrinter, B)
    Implicit
    This member is added by an implicit conversion from Global.CompactTreePrinter toArrowAssoc[Global.CompactTreePrinter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def allStatements(t: Global.Tree): List[Global.Tree]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def blankForName(name: Global.Name): String
    Attributes
    protected
    Definition Classes
    TreePrinter
  9. def blankForOperatorName(name: Global.Name): String
    Attributes
    protected
    Definition Classes
    TreePrinter
  10. def checkForBlank(cond: Boolean): String
    Attributes
    protected
    Definition Classes
    TreePrinter
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def comment(body: => Unit): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  13. val commentsRequired: Boolean
    Attributes
    protected
    Definition Classes
    TreePrinter
  14. def ensuring(cond: (Global.CompactTreePrinter) => Boolean, msg: => Any): Global.CompactTreePrinter
    Implicit
    This member is added by an implicit conversion from Global.CompactTreePrinter toEnsuring[Global.CompactTreePrinter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (Global.CompactTreePrinter) => Boolean): Global.CompactTreePrinter
    Implicit
    This member is added by an implicit conversion from Global.CompactTreePrinter toEnsuring[Global.CompactTreePrinter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: => Any): Global.CompactTreePrinter
    Implicit
    This member is added by an implicit conversion from Global.CompactTreePrinter toEnsuring[Global.CompactTreePrinter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): Global.CompactTreePrinter
    Implicit
    This member is added by an implicit conversion from Global.CompactTreePrinter toEnsuring[Global.CompactTreePrinter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Global.CompactTreePrinter toStringFormat[Global.CompactTreePrinter] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def indent(): Unit
    Definition Classes
    TreePrinter
  25. var indentMargin: Int
    Attributes
    protected
    Definition Classes
    TreePrinter
  26. val indentStep: Int
    Attributes
    protected
    Definition Classes
    TreePrinter
  27. var indentString: String
    Attributes
    protected
    Definition Classes
    TreePrinter
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def parenthesize(condition: Boolean, open: String, close: String)(body: => Unit): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  33. def print(args: Any*): Unit
    Definition Classes
    TreePrinter → TreePrinter → TreePrinter
  34. def printAnnotations(tree: Global.MemberDef): Unit
    Definition Classes
    TreePrinter
  35. def printBlock(stats: List[Global.Tree], expr: Global.Tree): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  36. def printBlock(tree: Global.Tree): Unit
    Definition Classes
    TreePrinter
  37. def printCaseDef(tree: Global.CaseDef): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  38. def printColumn(ts: List[Global.Tree], start: String, sep: String, end: String): Unit
    Definition Classes
    TreePrinter
  39. def printDefDef(tree: Global.DefDef, resultName: => String)(printTypeSignature: => Unit)(printRhs: => Unit): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  40. def printFlags(flags: Long, privateWithin: String): Unit
    Definition Classes
    TreePrinter
  41. def printFunction(tree: Global.Function)(printValueParams: => Unit): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  42. val printIds: Boolean
    Attributes
    protected
    Definition Classes
    TreePrinter
  43. def printImplicitInParamsList(vds: List[Global.ValDef]): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  44. def printImport(tree: Global.Import, resSelect: => String): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  45. val printKinds: Boolean
    Attributes
    protected
    Definition Classes
    TreePrinter
  46. def printLabelParam(p: Global.Ident): Unit
    Definition Classes
    TreePrinter
  47. def printLabelParams(ps: List[Global.Ident]): Unit
    Definition Classes
    TreePrinter
  48. def printLogicalAnd(t1: (Global.Tree, Boolean), t2: (Global.Tree, Boolean)): Unit
  49. def printLogicalOp(t1: (Global.Tree, Boolean), t2: (Global.Tree, Boolean), op: String): Unit
  50. def printLogicalOr(t1: (Global.Tree, Boolean), t2: (Global.Tree, Boolean)): Unit
  51. val printMirrors: Boolean
    Attributes
    protected
    Definition Classes
    TreePrinter
  52. def printModifiers(tree: Global.Tree, mods: Global.Modifiers): Unit
    Definition Classes
    TreePrinter
  53. def printOpt(prefix: String, tree: Global.Tree): Unit
    Definition Classes
    TreePrinter
  54. val printOwners: Boolean
    Attributes
    protected
    Definition Classes
    TreePrinter
  55. def printPackageDef(tree: Global.PackageDef, separator: String): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  56. def printPosition(tree: Global.Tree): Unit
    Definition Classes
    TreePrinter
  57. val printPositions: Boolean
    Attributes
    protected
    Definition Classes
    TreePrinter
  58. def printRow(ts: List[Global.Tree], start: String, sep: String, end: String): Unit
    Definition Classes
    CompactTreePrinter → TreePrinter
  59. def printRow(ts: List[Global.Tree], sep: String): Unit
    Definition Classes
    TreePrinter
  60. def printSeq[a](ls: List[a])(printelem: (a) => Unit)(printsep: => Unit): Unit
    Definition Classes
    TreePrinter
  61. def printSuper(tree: Global.Super, resultName: => String, checkSymbol: Boolean): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  62. def printTParam(td: Global.TypeDef): Unit
    Definition Classes
    TreePrinter
  63. def printThis(tree: Global.This, resultName: => String): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  64. def printTree(tree: Global.Tree): Unit
    Definition Classes
    CompactTreePrinter → TreePrinter
  65. def printTypeDef(tree: Global.TypeDef, resultName: => String): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  66. def printTypeParams(ts: List[Global.TypeDef]): Unit
    Definition Classes
    TreePrinter
  67. val printTypes: Boolean
    Attributes
    protected
    Definition Classes
    TreePrinter
  68. def printTypesInfo(tree: Global.Tree): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  69. def printVParam(vd: Global.ValDef): Unit
    Definition Classes
    TreePrinter
  70. def printValDef(tree: Global.ValDef, resultName: => String)(printTypeSignature: => Unit)(printRhs: => Unit): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  71. def printValueParams(ts: List[Global.ValDef], inParentheses: Boolean): Unit
    Definition Classes
    TreePrinter
  72. def println(): Unit
    Definition Classes
    TreePrinter
  73. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  74. def toString(): String
    Definition Classes
    AnyRef → Any
  75. def undent(): Unit
    Definition Classes
    TreePrinter
  76. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  77. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  78. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  79. def withIds: CompactTreePrinter.this.type
    Definition Classes
    TreePrinter
  80. def withKinds: CompactTreePrinter.this.type
    Definition Classes
    TreePrinter
  81. def withMirrors: CompactTreePrinter.this.type
    Definition Classes
    TreePrinter
  82. def withOwners: CompactTreePrinter.this.type
    Definition Classes
    TreePrinter
  83. def withPositions: CompactTreePrinter.this.type
    Definition Classes
    TreePrinter
  84. def withTypes: CompactTreePrinter.this.type
    Definition Classes
    TreePrinter
  85. def withoutIds: CompactTreePrinter.this.type
    Definition Classes
    TreePrinter
  86. def withoutKinds: CompactTreePrinter.this.type
    Definition Classes
    TreePrinter
  87. def withoutMirrors: CompactTreePrinter.this.type
    Definition Classes
    TreePrinter
  88. def withoutOwners: CompactTreePrinter.this.type
    Definition Classes
    TreePrinter
  89. def withoutPositions: CompactTreePrinter.this.type
    Definition Classes
    TreePrinter
  90. def withoutTypes: CompactTreePrinter.this.type
    Definition Classes
    TreePrinter

Deprecated Value Members

  1. def [B](y: B): (Global.CompactTreePrinter, B)
    Implicit
    This member is added by an implicit conversion from Global.CompactTreePrinter toArrowAssoc[Global.CompactTreePrinter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Global.TreePrinter

Inherited from Global.TreePrinter

Inherited from Global.TreePrinter

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromGlobal.CompactTreePrinter to any2stringadd[Global.CompactTreePrinter]

Inherited by implicit conversion StringFormat fromGlobal.CompactTreePrinter to StringFormat[Global.CompactTreePrinter]

Inherited by implicit conversion Ensuring fromGlobal.CompactTreePrinter to Ensuring[Global.CompactTreePrinter]

Inherited by implicit conversion ArrowAssoc fromGlobal.CompactTreePrinter to ArrowAssoc[Global.CompactTreePrinter]

Ungrouped