scala.tools.nsc.ast.NodePrinters

ColorPrintAST

trait ColorPrintAST extends DefaultPrintAST

Source
NodePrinters.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ColorPrintAST
  2. DefaultPrintAST
  3. PrintAST
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringfmt
  2. by any2stringadd
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from ColorPrintAST to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (ColorPrintAST, B)

    Implicit information
    This member is added by an implicit conversion from ColorPrintAST to ArrowAssoc[ColorPrintAST] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. def annotationInfoToString(annot: AnnotationInfo): String

    Definition Classes
    PrintAST
  9. def applyCommon(tree: Tree, fun: Tree, args: List[Tree]): Unit

    Definition Classes
    PrintAST
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def emptyOrComment(s: String): String

    Definition Classes
    PrintAST
  13. def ensuring(cond: (ColorPrintAST) ⇒ Boolean, msg: ⇒ Any): ColorPrintAST

    Implicit information
    This member is added by an implicit conversion from ColorPrintAST to Ensuring[ColorPrintAST] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (ColorPrintAST) ⇒ Boolean): ColorPrintAST

    Implicit information
    This member is added by an implicit conversion from ColorPrintAST to Ensuring[ColorPrintAST] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): ColorPrintAST

    Implicit information
    This member is added by an implicit conversion from ColorPrintAST to Ensuring[ColorPrintAST] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): ColorPrintAST

    Implicit information
    This member is added by an implicit conversion from ColorPrintAST to Ensuring[ColorPrintAST] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def flagColor: Red

  21. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from ColorPrintAST to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def keywordColor: Cyan

  26. def literalColor: Green

  27. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  30. def printLine(value: String, comment: String): Unit

    Definition Classes
    PrintAST
  31. def printModifiers(tree: MemberDef): Unit

    Definition Classes
    PrintAST
  32. def printMultiline(prefix: String, comment: String)(body: ⇒ Unit): Unit

    Definition Classes
    PrintAST
  33. def printMultiline(tree: Tree)(body: ⇒ Unit): Unit

    Definition Classes
    PrintAST
  34. val printPos: Boolean

    Definition Classes
    DefaultPrintAST
  35. def printSingle(tree: Tree, name: Name): Unit

    Definition Classes
    PrintAST
  36. def println(s: String): Unit

    Definition Classes
    PrintAST
  37. val self: Any

    Implicit information
    This member is added by an implicit conversion from ColorPrintAST to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
  38. val self: Any

    Implicit information
    This member is added by an implicit conversion from ColorPrintAST to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  39. def showAttributes(tree: Tree): String

    Definition Classes
    DefaultPrintASTPrintAST
  40. def showDefTreeName(tree: DefTree): String

    Definition Classes
    ColorPrintASTDefaultPrintASTPrintAST
  41. def showFlags(tree: MemberDef): String

    Definition Classes
    ColorPrintASTDefaultPrintASTPrintAST
  42. def showLiteral(lit: Literal): String

    Definition Classes
    ColorPrintASTDefaultPrintASTPrintAST
  43. def showName(name: Name): String

    Definition Classes
    ColorPrintASTDefaultPrintASTPrintAST
  44. def showNameAndPos(tree: NameTree): String

    Definition Classes
    DefaultPrintASTPrintAST
  45. def showPosition(tree: Tree): String

    Definition Classes
    DefaultPrintASTPrintAST
  46. def showRefTree(tree: RefTree): String

    Definition Classes
    PrintAST
  47. def showRefTreeName(tree: Tree): String

    Definition Classes
    PrintAST
  48. def showSymbol(tree: Tree): String

    Definition Classes
    DefaultPrintAST
  49. def showType(tree: Tree): String

    Definition Classes
    DefaultPrintAST
  50. def showTypeTree(tt: TypeTree): String

    Definition Classes
    DefaultPrintASTPrintAST
  51. def stringify(tree: Tree): String

    Definition Classes
    PrintAST
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  53. def termColor: Blue

  54. def toString(): String

    Definition Classes
    AnyRef → Any
  55. def traverse(tree: Tree): Unit

    Definition Classes
    PrintAST
  56. def traverseAny(x: Any): Unit

    Definition Classes
    PrintAST
  57. def traverseList(ifEmpty: String, what: String)(trees: List[Tree]): Unit

    Definition Classes
    PrintAST
  58. def treePrefix(tree: Tree): String

    Definition Classes
    PrintAST
  59. def typeColor: Yellow

  60. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  63. def [B](y: B): (ColorPrintAST, B)

    Implicit information
    This member is added by an implicit conversion from ColorPrintAST to ArrowAssoc[ColorPrintAST] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def x: ColorPrintAST

    Implicit information
    This member is added by an implicit conversion from ColorPrintAST to ArrowAssoc[ColorPrintAST] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: ColorPrintAST

    Implicit information
    This member is added by an implicit conversion from ColorPrintAST to Ensuring[ColorPrintAST] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from DefaultPrintAST

Inherited from PrintAST

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringfmt from ColorPrintAST to StringFormat

Inherited by implicit conversion any2stringadd from ColorPrintAST to StringAdd

Inherited by implicit conversion any2ArrowAssoc from ColorPrintAST to ArrowAssoc[ColorPrintAST]

Inherited by implicit conversion any2Ensuring from ColorPrintAST to Ensuring[ColorPrintAST]