scala.tools.nsc.ast.Trees

TypeTreeWithDeferredRefCheck

case class TypeTreeWithDeferredRefCheck (check: () ⇒ TypeTree) extends AbsTypeTree with Product with Serializable

emitted by typer, eliminated by refchecks

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. TypeTreeWithDeferredRefCheck
  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 TypeTreeWithDeferredRefCheck ()(check: () ⇒ TypeTree)

Value Members

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

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

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

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

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

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

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

    Definition Classes
    TypeTreeWithDeferredRefCheck → Equals
  8. val check : () ⇒ TypeTree

  9. def children : List[Tree]

    Definition Classes
    Tree
  10. def clone (): AnyRef

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

    Definition Classes
    Tree
  12. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  13. def equals (that: Any): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  16. def hasSymbol : Boolean

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

    Definition Classes
    Tree
  18. def hashCode (): Int

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

    Definition Classes
    Tree
  20. def isDef : Boolean

    Definition Classes
    Tree
  21. def isEmpty : Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  26. def pos : Position

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

    Definition Classes
    Tree
  28. def productArity : Int

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

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

    Definition Classes
    Product
  31. def productPrefix : String

    Definition Classes
    TypeTreeWithDeferredRefCheck → Product
  32. def setPos (pos: Position): TypeTreeWithDeferredRefCheck.this.type

    Definition Classes
    Tree
  33. def setSymbol (sym: Symbol): TypeTreeWithDeferredRefCheck.this.type

    Definition Classes
    Tree
  34. def setType (tp: Type): TypeTreeWithDeferredRefCheck.this.type

    Definition Classes
    Tree
  35. def symbol : Symbol

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  38. def toString (): String

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

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

    Definition Classes
    Tree
  41. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    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