scala.tools.nsc.ast.NodePrinters

nodeToColorizedString

object nodeToColorizedString extends ColorPrintAST with (Tree) ⇒ String

Source
NodePrinters.scala
Linear Supertypes
(Tree) ⇒ String, ColorPrintAST, DefaultPrintAST, PrintAST, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. nodeToColorizedString
  2. Function1
  3. ColorPrintAST
  4. DefaultPrintAST
  5. PrintAST
  6. AnyRef
  7. Any
  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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. def andThen[A](g: (String) ⇒ A): (Tree) ⇒ A

    Definition Classes
    Function1
  7. def annotationInfoToString(annot: AnnotationInfo): String

    Definition Classes
    PrintAST
  8. def apply(tree: Tree): String

    Definition Classes
    nodeToColorizedString → Function1
  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 compose[A](g: (A) ⇒ Tree): (A) ⇒ String

    Definition Classes
    Function1
  13. def emptyOrComment(s: String): String

    Definition Classes
    PrintAST
  14. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    ColorPrintAST
  18. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  21. def keywordColor: Cyan

    Definition Classes
    ColorPrintAST
  22. def literalColor: Green

    Definition Classes
    ColorPrintAST
  23. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Definition Classes
    PrintAST
  30. val printPos: Boolean

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

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

    Definition Classes
    PrintAST
  33. def showAttributes(tree: Tree): String

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  47. def termColor: Blue

    Definition Classes
    ColorPrintAST
  48. def toString(): String

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

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

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

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

    Definition Classes
    PrintAST
  53. def typeColor: Yellow

    Definition Classes
    ColorPrintAST
  54. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from (Tree) ⇒ String

Inherited from ColorPrintAST

Inherited from DefaultPrintAST

Inherited from PrintAST

Inherited from AnyRef

Inherited from Any