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. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def andThen[A](g: (String) => A): (Global.Tree) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def annotationInfoToString(annot: Global.AnnotationInfo): String
    Definition Classes
    PrintAST
  6. def apply(tree: Global.Tree): String
    Definition Classes
    nodeToRegularString → Function1
  7. def applyCommon(tree: Global.Tree, fun: Global.Tree, args: List[Global.Tree]): Unit
    Definition Classes
    PrintAST
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def compose[A](g: (A) => Global.Tree): (A) => String
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  11. def emptyOrComment(s: String): String
    Definition Classes
    PrintAST
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def print(s: String): collection.mutable.StringBuilder
    Definition Classes
    PrintAST
  22. def printLine(value: String, comment: String): Unit
    Definition Classes
    PrintAST
  23. def printModifiers(tree: Global.MemberDef): Unit
    Definition Classes
    PrintAST
  24. def printMultiline(prefix: String, comment: String)(body: => Unit): Unit
    Definition Classes
    PrintAST
  25. def printMultiline(tree: Global.Tree)(body: => Unit): Unit
    Definition Classes
    PrintAST
  26. val printPos: Boolean
    Definition Classes
    DefaultPrintAST
  27. def printSingle(tree: Global.Tree, name: Global.Name): Unit
    Definition Classes
    PrintAST
  28. def println(s: String): Unit
    Definition Classes
    PrintAST
  29. def showAttributes(tree: Global.Tree): String
    Definition Classes
    DefaultPrintASTPrintAST
  30. def showDefTreeName(tree: Global.DefTree): String
    Definition Classes
    DefaultPrintASTPrintAST
  31. def showFlags(tree: Global.MemberDef): String
    Definition Classes
    DefaultPrintASTPrintAST
  32. def showLiteral(lit: Global.Literal): String
    Definition Classes
    DefaultPrintASTPrintAST
  33. def showName(name: Global.Name): String
    Definition Classes
    DefaultPrintASTPrintAST
  34. def showNameAndPos(tree: Global.NameTree): String
    Definition Classes
    DefaultPrintASTPrintAST
  35. def showPosition(tree: Global.Tree): String
    Definition Classes
    DefaultPrintASTPrintAST
  36. def showRefTree(tree: Global.RefTree): String
    Definition Classes
    PrintAST
  37. def showRefTreeName(tree: Global.Tree): String
    Definition Classes
    PrintAST
  38. def showSymbol(tree: Global.Tree): String
    Definition Classes
    DefaultPrintAST
  39. def showType(tree: Global.Tree): String
    Definition Classes
    DefaultPrintAST
  40. def showTypeTree(tt: Global.TypeTree): String
    Definition Classes
    DefaultPrintASTPrintAST
  41. def stringify(tree: Global.Tree): String
    Definition Classes
    PrintAST
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  44. def traverse(tree: Global.Tree): Unit
    Definition Classes
    PrintAST
  45. def traverseAny(x: Any): Unit
    Definition Classes
    PrintAST
  46. def traverseList(ifEmpty: String, what: String)(trees: List[Global.Tree]): Unit
    Definition Classes
    PrintAST
  47. def treePrefix(tree: Global.Tree): String
    Definition Classes
    PrintAST
  48. def typeApplyCommon(tree: Global.Tree, fun: Global.Tree, args: List[Global.Tree]): Unit
    Definition Classes
    PrintAST
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from (Global.Tree) => String

Inherited from DefaultPrintAST

Inherited from PrintAST

Inherited from AnyRef

Inherited from Any

Ungrouped