Trait

scala.tools.refactoring.sourcegen.TreePrintingTraversals

TreePrinting

Related Doc: package TreePrintingTraversals

Permalink

trait TreePrinting extends AnyRef

Self Type
(TreePrintingTraversals.this)#TreePrinting
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TreePrinting
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def Alternative(tree: nsc.Global.Alternative, trees: List[nsc.Global.Tree])(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  5. def Annotated(tree: nsc.Global.Annotated, annot: nsc.Global.Tree, arg: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  6. def AppliedTypeTree(tree: nsc.Global.AppliedTypeTree, tpt: nsc.Global.Tree, args: List[nsc.Global.Tree])(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  7. def Apply(tree: nsc.Global.Apply, fun: nsc.Global.Tree, args: List[nsc.Global.Tree])(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  8. def ApplyDynamic(tree: nsc.Global.ApplyDynamic, qual: nsc.Global.Tree, args: List[nsc.Global.Tree])(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  9. def ArrayValue(tree: nsc.Global.ArrayValue, elemtpt: nsc.Global.Tree, trees: List[nsc.Global.Tree])(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  10. def Assign(tree: nsc.Global.Assign, lhs: nsc.Global.Tree, rhs: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  11. def AssignOrNamedArg(tree: nsc.Global.AssignOrNamedArg, lhs: nsc.Global.Tree, rhs: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  12. def Bind(tree: nsc.Global.Bind, name: nsc.Global.Name, body: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  13. def Block(tree: nsc.Global.Block, stats: List[nsc.Global.Tree])(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  14. def CaseDef(tree: nsc.Global.CaseDef, pat: nsc.Global.Tree, guard: nsc.Global.Tree, body: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  15. def ClassDef(tree: nsc.Global.ClassDef, mods: List[(TreePrintingTraversals.this)#ModifierTree], name: nsc.Global.Name, tparams: List[nsc.Global.Tree], impl: nsc.Global.Template)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  16. def CompoundTypeTree(tree: nsc.Global.CompoundTypeTree, tpl: nsc.Global.Template)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  17. def DefDef(tree: nsc.Global.DefDef, mods: List[(TreePrintingTraversals.this)#ModifierTree], name: nsc.Global.Name, tparams: List[nsc.Global.Tree], vparamss: List[List[nsc.Global.ValDef]], tpt: nsc.Global.Tree, rhs: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  18. def DocDef(tree: nsc.Global.DocDef, comment: nsc.Global.DocComment, definition: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  19. def ExistentialTypeTree(tree: nsc.Global.ExistentialTypeTree, tpt: nsc.Global.Tree, whereClauses: List[nsc.Global.Tree])(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  20. def Function(tree: nsc.Global.Function, vparams: List[nsc.Global.ValDef], body: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  21. def Ident(tree: nsc.Global.Ident, name: nsc.Global.Name)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  22. def If(tree: nsc.Global.If, cond: nsc.Global.Tree, thenp: nsc.Global.Tree, elsep: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  23. def Import(tree: nsc.Global.Import, expr: nsc.Global.Tree, selectors: List[(TreePrintingTraversals.this)#ImportSelectorTree])(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  24. def ImportSelectorTree(tree: (TreePrintingTraversals.this)#ImportSelectorTree, name: (TreePrintingTraversals.this)#NameTree, rename: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  25. def LabelDef(tree: nsc.Global.LabelDef, name: nsc.Global.Name, params: List[nsc.Global.Tree], rhs: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  26. def Literal(tree: nsc.Global.Literal, value: nsc.Global.Constant)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  27. def Match(tree: nsc.Global.Match, selector: nsc.Global.Tree, cases: List[nsc.Global.Tree])(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  28. def ModifierTree(tree: (TreePrintingTraversals.this)#ModifierTree, flag: Long)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  29. def ModuleDef(tree: nsc.Global.ModuleDef, mods: List[(TreePrintingTraversals.this)#ModifierTree], name: nsc.Global.Name, impl: nsc.Global.Template)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  30. def MultipleAssignment(tree: (TreePrintingTraversals.this)#MultipleAssignment, extractor: nsc.Global.Tree, values: List[nsc.Global.ValDef], rhs: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  31. def NameTree(tree: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  32. def NamedArgument(tree: nsc.Global.Tree, name: (TreePrintingTraversals.this)#NameTree, rhs: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  33. def New(tree: nsc.Global.New, tpt: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  34. def PackageDef(tree: nsc.Global.PackageDef, pid: nsc.Global.RefTree, stats: List[nsc.Global.Tree])(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  35. def Return(tree: nsc.Global.Return, expr: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  36. def Select(tree: nsc.Global.Select, qualifier: nsc.Global.Tree, selector: nsc.Global.Name)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  37. def SelectFromArray(tree: nsc.Global.SelectFromArray, qualifier: nsc.Global.Tree, selector: nsc.Global.Name, erasure: nsc.Global.Type)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  38. def SelectFromTypeTree(tree: nsc.Global.SelectFromTypeTree, qualifier: nsc.Global.Tree, selector: nsc.Global.Name)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  39. def SelfTypeTree(tree: (TreePrintingTraversals.this)#SelfTypeTree, name: (TreePrintingTraversals.this)#NameTree, tpt: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  40. def SingletonTypeTree(tree: nsc.Global.SingletonTypeTree, ref: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  41. def SourceLayoutTree(tree: (TreePrintingTraversals.this)#SourceLayoutTree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  42. def Star(tree: nsc.Global.Star, elem: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  43. def Super(tree: nsc.Global.Super, qual: nsc.Global.Tree, mix: nsc.Global.Name)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  44. def SuperConstructorCall(tree: (TreePrintingTraversals.this)#SuperConstructorCall, clazz: nsc.Global.Tree, args: List[nsc.Global.Tree])(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  45. def Template(tree: nsc.Global.Template, parents: List[nsc.Global.Tree], self: nsc.Global.Tree, body: List[nsc.Global.Tree])(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  46. def This(tree: nsc.Global.This, qual: nsc.Global.Name)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  47. def Throw(tree: nsc.Global.Throw, expr: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  48. def Try(tree: nsc.Global.Try, block: nsc.Global.Tree, catches: List[nsc.Global.Tree], finalizer: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  49. def TypeApply(tree: nsc.Global.TypeApply, fun: nsc.Global.Tree, args: List[nsc.Global.Tree])(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  50. def TypeBoundsTree(tree: nsc.Global.TypeBoundsTree, lo: nsc.Global.Tree, hi: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  51. def TypeDef(tree: nsc.Global.TypeDef, mods: List[(TreePrintingTraversals.this)#ModifierTree], name: nsc.Global.Name, tparams: List[nsc.Global.Tree], rhs: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  52. def TypeTree(tree: nsc.Global.TypeTree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  53. def Typed(tree: nsc.Global.Typed, expr: nsc.Global.Tree, tpt: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  54. def UnApply(tree: nsc.Global.UnApply, fun: nsc.Global.Tree, args: List[nsc.Global.Tree])(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  55. def ValDef(tree: nsc.Global.ValDef, mods: List[(TreePrintingTraversals.this)#ModifierTree], name: nsc.Global.Name, tpt: nsc.Global.Tree, rhs: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  56. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  57. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. def default(t: nsc.Global.Tree)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  59. def dispatchToPrinter(t: nsc.Global.Tree, ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  60. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  63. def getChildrenIndentation(parent: nsc.Global.Tree, t: nsc.Global.Tree): Option[String]

    Permalink
  64. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  67. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  68. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  69. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  70. def p(tree: nsc.Global.Tree, before: Requisite = NoRequisite, after: Requisite = NoRequisite)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  71. def pi(tree: nsc.Global.Tree, before: Requisite = NoRequisite, after: Requisite = NoRequisite)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  72. def pp(trees: List[nsc.Global.Tree], separator: Requisite = NoRequisite, before: Requisite = NoRequisite, after: Requisite = NoRequisite)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  73. def ppi(trees: List[nsc.Global.Tree], before: Requisite = NoRequisite, separator: Requisite = NoRequisite, after: Requisite = NoRequisite)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  74. def printIndentedManyTrees(trees: List[nsc.Global.Tree], separator: Requisite, before: Requisite, after: Requisite)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  75. def printIndentedSingleTree(tree: nsc.Global.Tree, before: Requisite, after: Requisite)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  76. def printManyTrees(trees: List[nsc.Global.Tree], separator: Requisite, before: Requisite, after: Requisite)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  77. def printSingleTree(tree: nsc.Global.Tree, before: Requisite, after: Requisite)(implicit ctx: (TreePrintingTraversals.this)#PrintingContext): Fragment

    Permalink
  78. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  79. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  80. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped