Packages

o

scala.tools.nsc.ast.NodePrinters

nodeToRegularString

object nodeToRegularString extends DefaultPrintAST with (Global.Tree) ⇒ String

Source
NodePrinters.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. nodeToRegularString
  2. Function1
  3. DefaultPrintAST
  4. PrintAST
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def andThen[A](g: (String) ⇒ A): (Global.Tree) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def annotationInfoToString(annot: Global.AnnotationInfo): String
    Definition Classes
    PrintAST
  3. def apply(tree: Global.Tree): String
    Definition Classes
    nodeToRegularString → Function1
  4. def applyCommon(tree: Global.Tree, fun: Global.Tree, args: List[Global.Tree]): Unit
    Definition Classes
    PrintAST
  5. def compose[A](g: (A) ⇒ Global.Tree): (A) ⇒ String
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  6. def emptyOrComment(s: String): String
    Definition Classes
    PrintAST
  7. def printLine(value: String, comment: String): Unit
    Definition Classes
    PrintAST
  8. def printModifiers(tree: Global.MemberDef): Unit
    Definition Classes
    PrintAST
  9. def printMultiline(prefix: String, comment: String)(body: ⇒ Unit): Unit
    Definition Classes
    PrintAST
  10. def printMultiline(tree: Global.Tree)(body: ⇒ Unit): Unit
    Definition Classes
    PrintAST
  11. val printPos: Boolean
    Definition Classes
    DefaultPrintAST
  12. def printSingle(tree: Global.Tree, name: Global.Name): Unit
    Definition Classes
    PrintAST
  13. def println(s: String): Unit
    Definition Classes
    PrintAST
  14. def showAttributes(tree: Global.Tree): String
    Definition Classes
    DefaultPrintASTPrintAST
  15. def showDefTreeName(tree: Global.DefTree): String
    Definition Classes
    DefaultPrintASTPrintAST
  16. def showFlags(tree: Global.MemberDef): String
    Definition Classes
    DefaultPrintASTPrintAST
  17. def showLiteral(lit: Global.Literal): String
    Definition Classes
    DefaultPrintASTPrintAST
  18. def showName(name: Global.Name): String
    Definition Classes
    DefaultPrintASTPrintAST
  19. def showNameAndPos(tree: Global.NameTree): String
    Definition Classes
    DefaultPrintASTPrintAST
  20. def showPosition(tree: Global.Tree): String
    Definition Classes
    DefaultPrintASTPrintAST
  21. def showRefTree(tree: Global.RefTree): String
    Definition Classes
    PrintAST
  22. def showRefTreeName(tree: Global.Tree): String
    Definition Classes
    PrintAST
  23. def showSymbol(tree: Global.Tree): String
    Definition Classes
    DefaultPrintAST
  24. def showType(tree: Global.Tree): String
    Definition Classes
    DefaultPrintAST
  25. def showTypeTree(tt: Global.TypeTree): String
    Definition Classes
    DefaultPrintASTPrintAST
  26. def stringify(tree: Global.Tree): String
    Definition Classes
    PrintAST
  27. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  28. def traverse(tree: Global.Tree): Unit
    Definition Classes
    PrintAST
  29. def traverseAny(x: Any): Unit
    Definition Classes
    PrintAST
  30. def traverseList(ifEmpty: String, what: String)(trees: List[Global.Tree]): Unit
    Definition Classes
    PrintAST
  31. def treePrefix(tree: Global.Tree): String
    Definition Classes
    PrintAST
  32. def typeApplyCommon(tree: Global.Tree, fun: Global.Tree, args: List[Global.Tree]): Unit
    Definition Classes
    PrintAST