scala.tools.nsc.ast.Trees

TypeTree

case class TypeTree() extends AbsTypeTree with Product with Serializable

A synthetic term holding an arbitrary type. Not to be confused with with TypTree, the trait for trees that are only used for type trees. TypeTree's are inserted in several places, but most notably in RefCheck, where the arbitrary type trees are all replaced by TypeTree's.

Definition Classes
Trees → Trees
Source
Trees.scala
Linear Supertypes
Serializable, Serializable, AbsTypeTree, TypTree, Tree, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. TypeTree
  2. Serializable
  3. Serializable
  4. AbsTypeTree
  5. TypTree
  6. Tree
  7. Product
  8. Equals
  9. AnyRef
  10. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TypeTree()

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def canEqual(arg0: Any): Boolean

    Definition Classes
    TypeTree → Equals
  8. def children: List[Tree]

    Definition Classes
    Tree
  9. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def defineType(tp: Type): TypeTree.this.type

    Definition Classes
    TypeTree → Tree
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(that: Any): Boolean

    Definition Classes
    Tree → Equals → AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  15. def hasSymbol: Boolean

    Definition Classes
    Tree
  16. def hasSymbolWhich(f: (Symbol) ⇒ Boolean): Boolean

    Definition Classes
    Tree
  17. def hashCode(): Int

    Definition Classes
    Tree → AnyRef → Any
  18. val id: Int

    Definition Classes
    Tree
  19. def isDef: Boolean

    Definition Classes
    Tree
  20. def isEmpty: Boolean

    Definition Classes
    AbsTypeTree → Tree
  21. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. def original: Tree

  26. def pos: Position

    Definition Classes
    Tree
  27. def pos_=(pos: Position): Unit

    Definition Classes
    Tree
  28. def productArity: Int

    Definition Classes
    TypeTree → Product
  29. def productElement(arg0: Int): Any

    Definition Classes
    TypeTree → Product
  30. def productIterator: Iterator[Any]

    Definition Classes
    Product
  31. def productPrefix: String

    Definition Classes
    TypeTree → Product
  32. def setOriginal(tree: Tree): TypeTree.this.type

  33. def setPos(pos: Position): TypeTree.this.type

    Definition Classes
    Tree
  34. def setSymbol(sym: Symbol): TypeTree.this.type

    Definition Classes
    Tree
  35. def setType(tp: Type): TypeTree.this.type

    Definition Classes
    Tree
  36. def symbol: Symbol

    Definition Classes
    AbsTypeTree → Tree
  37. def symbol_=(sym: Symbol): Unit

    Definition Classes
    Tree
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    Tree → AnyRef → Any
  40. def tpe: Type

    Definition Classes
    Tree
  41. def tpe_=(t: Type): Unit

    Definition Classes
    Tree
  42. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements: Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from AbsTypeTree

Inherited from TypTree

Inherited from Tree

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any