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]) @IntrinsicCandidate() @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. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. def printLine(value: String, comment: String): Unit
    Definition Classes
    PrintAST
  21. def printModifiers(tree: Global.MemberDef): Unit
    Definition Classes
    PrintAST
  22. def printMultiline(prefix: String, comment: String)(body: => Unit): Unit
    Definition Classes
    PrintAST
  23. def printMultiline(tree: Global.Tree)(body: => Unit): Unit
    Definition Classes
    PrintAST
  24. val printPos: Boolean
    Definition Classes
    DefaultPrintAST
  25. def printSingle(tree: Global.Tree, name: Global.Name): Unit
    Definition Classes
    PrintAST
  26. def println(s: String): Unit
    Definition Classes
    PrintAST
  27. def showAttributes(tree: Global.Tree): String
    Definition Classes
    DefaultPrintASTPrintAST
  28. def showDefTreeName(tree: Global.DefTree): String
    Definition Classes
    DefaultPrintASTPrintAST
  29. def showFlags(tree: Global.MemberDef): String
    Definition Classes
    DefaultPrintASTPrintAST
  30. def showLiteral(lit: Global.Literal): String
    Definition Classes
    DefaultPrintASTPrintAST
  31. def showName(name: Global.Name): String
    Definition Classes
    DefaultPrintASTPrintAST
  32. def showNameAndPos(tree: Global.NameTree): String
    Definition Classes
    DefaultPrintASTPrintAST
  33. def showPosition(tree: Global.Tree): String
    Definition Classes
    DefaultPrintASTPrintAST
  34. def showRefTree(tree: Global.RefTree): String
    Definition Classes
    PrintAST
  35. def showRefTreeName(tree: Global.Tree): String
    Definition Classes
    PrintAST
  36. def showSymbol(tree: Global.Tree): String
    Definition Classes
    DefaultPrintAST
  37. def showType(tree: Global.Tree): String
    Definition Classes
    DefaultPrintAST
  38. def showTypeTree(tt: Global.TypeTree): String
    Definition Classes
    DefaultPrintASTPrintAST
  39. def stringify(tree: Global.Tree): String
    Definition Classes
    PrintAST
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  42. def traverse(tree: Global.Tree): Unit
    Definition Classes
    PrintAST
  43. def traverseAny(x: Any): Unit
    Definition Classes
    PrintAST
  44. def traverseList(ifEmpty: String, what: String)(trees: List[Global.Tree]): Unit
    Definition Classes
    PrintAST
  45. def treePrefix(tree: Global.Tree): String
    Definition Classes
    PrintAST
  46. def typeApplyCommon(tree: Global.Tree, fun: Global.Tree, args: List[Global.Tree]): Unit
    Definition Classes
    PrintAST
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from (Global.Tree) => String

Inherited from DefaultPrintAST

Inherited from PrintAST

Inherited from AnyRef

Inherited from Any

Ungrouped