object tpd
- Source
- TreeOps.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- tpd
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def Annotated(tpt: TastyUniverse.Tree, annot: TastyUniverse.Tree)(implicit ctx: TastyUniverse.Context): TastyUniverse.Tree
- def AppliedTypeTree(tpt: TastyUniverse.Tree, args: List[TastyUniverse.Tree])(implicit ctx: TastyUniverse.Context): TastyUniverse.Tree
- final def Apply(fun: TastyUniverse.Tree, args: List[TastyUniverse.Tree]): TastyUniverse.Tree
- Annotations
- @inline()
- final def ByNameTypeTree(arg: TastyUniverse.Tree): TastyUniverse.Tree
- Annotations
- @inline()
- final def Constant(value: Any): TastyUniverse.Constant
- Annotations
- @inline()
- final def Ident(name: TastyName)(tpe: TastyUniverse.Type): TastyUniverse.Tree
- Annotations
- @inline()
- def If(cond: TastyUniverse.Tree, thenp: TastyUniverse.Tree, elsep: TastyUniverse.Tree): TastyUniverse.Tree
- final def LambdaTypeTree(tparams: List[TastyUniverse.Symbol], body: TastyUniverse.Tree): TastyUniverse.Tree
- Annotations
- @inline()
- def Macro(impl: TastyUniverse.Tree): TastyUniverse.Tree
- final def NamedArg(name: TastyName, value: TastyUniverse.Tree): TastyUniverse.Tree
- Annotations
- @inline()
- final def New(tpt: TastyUniverse.Tree): TastyUniverse.Tree
- Annotations
- @inline()
- def PathTree(tpe: TastyUniverse.Type): TastyUniverse.Tree
- def RefinedTypeTree(parent: TastyUniverse.Tree, decls: List[TastyUniverse.Tree], refinedCls: TastyUniverse.Symbol)(implicit ctx: TastyUniverse.Context): TastyUniverse.Tree
- final def Select(owner: TastyUniverse.Type)(qual: TastyUniverse.Tree, name: TastyName)(implicit ctx: TastyUniverse.Context): TastyUniverse.Tree
- Annotations
- @inline()
- final def Select(qual: TastyUniverse.Tree, name: TastyName)(implicit ctx: TastyUniverse.Context): TastyUniverse.Tree
- Annotations
- @inline()
- final def SeqLiteral(trees: List[TastyUniverse.Tree], tpt: TastyUniverse.Tree): TastyUniverse.Tree
- Annotations
- @inline()
- final def SingletonTypeTree(ref: TastyUniverse.Tree): TastyUniverse.Tree
- Annotations
- @inline()
- def Super(qual: TastyUniverse.Tree, mixId: TypeName)(mixTpe: TastyUniverse.Type): TastyUniverse.Tree
- final def This(qual: TypeName)(tpe: TastyUniverse.Type): TastyUniverse.Tree
- Annotations
- @inline()
- def TypeApply(fun: TastyUniverse.Tree, args: List[TastyUniverse.Tree]): TastyUniverse.Tree
- def TypeBoundsTree(lo: TastyUniverse.Tree, hi: TastyUniverse.Tree, alias: TastyUniverse.Tree): TastyUniverse.Tree
- final def TypeTree(tp: TastyUniverse.Type): TastyUniverse.Tree
- Annotations
- @inline()
- final def Typed(expr: TastyUniverse.Tree, tpt: TastyUniverse.Tree): TastyUniverse.Tree
- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
The Scala compiler and reflection APIs.