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. 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 Annotated(tpt: TastyUniverse.Tree, annot: TastyUniverse.Tree)(implicit ctx: TastyUniverse.Context): TastyUniverse.Tree
  5. def AppliedTypeTree(tpt: TastyUniverse.Tree, args: List[TastyUniverse.Tree])(implicit ctx: TastyUniverse.Context): TastyUniverse.Tree
  6. final def Apply(fun: TastyUniverse.Tree, args: List[TastyUniverse.Tree]): TastyUniverse.Tree
    Annotations
    @inline()
  7. final def ByNameTypeTree(arg: TastyUniverse.Tree): TastyUniverse.Tree
    Annotations
    @inline()
  8. final def Constant(value: Any): TastyUniverse.Constant
    Annotations
    @inline()
  9. final def Ident(name: TastyName)(tpe: TastyUniverse.Type): TastyUniverse.Tree
    Annotations
    @inline()
  10. def If(cond: TastyUniverse.Tree, thenp: TastyUniverse.Tree, elsep: TastyUniverse.Tree): TastyUniverse.Tree
  11. final def LambdaTypeTree(tparams: List[TastyUniverse.Symbol], body: TastyUniverse.Tree): TastyUniverse.Tree
    Annotations
    @inline()
  12. def Macro(impl: TastyUniverse.Tree): TastyUniverse.Tree
  13. final def NamedArg(name: TastyName, value: TastyUniverse.Tree): TastyUniverse.Tree
    Annotations
    @inline()
  14. final def New(tpt: TastyUniverse.Tree): TastyUniverse.Tree
    Annotations
    @inline()
  15. def PathTree(tpe: TastyUniverse.Type): TastyUniverse.Tree
  16. def RefinedTypeTree(parent: TastyUniverse.Tree, decls: List[TastyUniverse.Tree], refinedCls: TastyUniverse.Symbol)(implicit ctx: TastyUniverse.Context): TastyUniverse.Tree
  17. final def Select(owner: TastyUniverse.Type)(qual: TastyUniverse.Tree, name: TastyName)(implicit ctx: TastyUniverse.Context): TastyUniverse.Tree
    Annotations
    @inline()
  18. final def Select(qual: TastyUniverse.Tree, name: TastyName)(implicit ctx: TastyUniverse.Context): TastyUniverse.Tree
    Annotations
    @inline()
  19. final def SeqLiteral(trees: List[TastyUniverse.Tree], tpt: TastyUniverse.Tree): TastyUniverse.Tree
    Annotations
    @inline()
  20. final def SingletonTypeTree(ref: TastyUniverse.Tree): TastyUniverse.Tree
    Annotations
    @inline()
  21. def Super(qual: TastyUniverse.Tree, mixId: TypeName)(mixTpe: TastyUniverse.Type): TastyUniverse.Tree
  22. final def This(qual: TypeName)(tpe: TastyUniverse.Type): TastyUniverse.Tree
    Annotations
    @inline()
  23. def TypeApply(fun: TastyUniverse.Tree, args: List[TastyUniverse.Tree]): TastyUniverse.Tree
  24. def TypeBoundsTree(lo: TastyUniverse.Tree, hi: TastyUniverse.Tree, alias: TastyUniverse.Tree): TastyUniverse.Tree
  25. final def TypeTree(tp: TastyUniverse.Type): TastyUniverse.Tree
    Annotations
    @inline()
  26. final def Typed(expr: TastyUniverse.Tree, tpt: TastyUniverse.Tree): TastyUniverse.Tree
    Annotations
    @inline()
  27. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  28. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  31. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  32. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped