Packages

  • package root

    The Scala compiler and reflection APIs.

    The Scala compiler and reflection APIs.

    Definition Classes
    root
  • package scala
    Definition Classes
    root
  • package tools
    Definition Classes
    scala
  • package nsc
    Definition Classes
    tools
  • package tasty
    Definition Classes
    nsc
  • package bridge
    Definition Classes
    tasty
  • trait TreeOps extends AnyRef

    This layer adds factories that construct typed scala.reflect Trees in the shapes that TASTy expects

    This layer adds factories that construct typed scala.reflect Trees in the shapes that TASTy expects

    Definition Classes
    bridge
  • TreeDecorator
  • tpd
  • untpd

object tpd

Source
TreeOps.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. tpd
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def Annotated(tpt: TastyUniverse.Tree, annot: TastyUniverse.Tree): TastyUniverse.Tree
  2. def AppliedTypeTree(tpt: TastyUniverse.Tree, args: List[TastyUniverse.Tree])(implicit ctx: TastyUniverse.Context): TastyUniverse.Tree
  3. final def Apply(fun: TastyUniverse.Tree, args: List[TastyUniverse.Tree]): TastyUniverse.Tree
    Annotations
    @inline()
  4. final def ByNameTypeTree(arg: TastyUniverse.Tree): TastyUniverse.Tree
    Annotations
    @inline()
  5. final def Constant(value: Any): TastyUniverse.Constant
    Annotations
    @inline()
  6. final def Ident(name: TastyName)(tpe: TastyUniverse.Type): TastyUniverse.Tree
    Annotations
    @inline()
  7. def If(cond: TastyUniverse.Tree, thenp: TastyUniverse.Tree, elsep: TastyUniverse.Tree): TastyUniverse.Tree
  8. final def LambdaTypeTree(tparams: List[TastyUniverse.Symbol], body: TastyUniverse.Tree): TastyUniverse.Tree
    Annotations
    @inline()
  9. def Macro(impl: TastyUniverse.Tree): TastyUniverse.Tree
  10. final def NamedArg(name: TastyName, value: TastyUniverse.Tree): TastyUniverse.Tree
    Annotations
    @inline()
  11. final def New(tpt: TastyUniverse.Tree): TastyUniverse.Tree
    Annotations
    @inline()
  12. def PathTree(tpe: TastyUniverse.Type): TastyUniverse.Tree
  13. def RefinedTypeTree(parent: TastyUniverse.Tree, decls: List[TastyUniverse.Tree], refinedCls: TastyUniverse.Symbol)(implicit ctx: TastyUniverse.Context): TastyUniverse.Tree
  14. final def Select(owner: TastyUniverse.Type)(qual: TastyUniverse.Tree, name: TastyName)(implicit ctx: TastyUniverse.Context): TastyUniverse.Tree
    Annotations
    @inline()
  15. final def Select(qual: TastyUniverse.Tree, name: TastyName)(implicit ctx: TastyUniverse.Context): TastyUniverse.Tree
    Annotations
    @inline()
  16. final def SeqLiteral(trees: List[TastyUniverse.Tree], tpt: TastyUniverse.Tree): TastyUniverse.Tree
    Annotations
    @inline()
  17. final def SingletonTypeTree(ref: TastyUniverse.Tree): TastyUniverse.Tree
    Annotations
    @inline()
  18. def Super(qual: TastyUniverse.Tree, mixId: TypeName)(mixTpe: TastyUniverse.Type): TastyUniverse.Tree
  19. final def This(qual: TypeName)(tpe: TastyUniverse.Type): TastyUniverse.Tree
    Annotations
    @inline()
  20. def TypeApply(fun: TastyUniverse.Tree, args: List[TastyUniverse.Tree]): TastyUniverse.Tree
  21. def TypeBoundsTree(lo: TastyUniverse.Tree, hi: TastyUniverse.Tree, alias: TastyUniverse.Tree): TastyUniverse.Tree
  22. final def TypeTree(tp: TastyUniverse.Type): TastyUniverse.Tree
    Annotations
    @inline()
  23. final def Typed(expr: TastyUniverse.Tree, tpt: TastyUniverse.Tree): TastyUniverse.Tree
    Annotations
    @inline()