treehugger.TreehuggerDSLs.treehuggerDSL

TypeDefTreeStart

class TypeDefTreeStart extends TypeDefStart

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. TypeDefTreeStart
  2. TypeDefStart
  3. TparamsStart
  4. TreeDefStart
  5. DefStart
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TypeDefTreeStart(name: Name)

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 :=(rhs: Tree): TypeDef

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

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

    Definition Classes
    Any
  7. def CONTEXTBOUNDS(typcon: Type): TypeDefStart

    Definition Classes
    TypeDefStart
  8. def LOWER(lo: Type): TypeDefStart

    Definition Classes
    TypeDefStart
  9. def UPPER(hi: Type): TypeDefStart

    Definition Classes
    TypeDefStart
  10. def VIEWBOUNDS(target: Type): TypeDefStart

    Definition Classes
    TypeDefStart
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def bounds: Tree

    Definition Classes
    TypeDefStart
  13. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def defaultMods: Modifiers

    Definition Classes
    TreeDefStartDefStart
  15. def defaultPos: Position

    Definition Classes
    TreeDefStartDefStart
  16. final def empty: TypeDef

    Definition Classes
    DefStart
  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def mkTree(rhs: Tree): TypeDef

    Definition Classes
    TypeDefTreeStartDefStart
  24. def mkTree(typ: Type): TypeDef

    Definition Classes
    TypeDefStart
  25. final def mods: Modifiers

    Definition Classes
    DefStart
  26. val name: Name

    Definition Classes
    TypeDefTreeStartDefStart
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  30. final def pos: Position

    Definition Classes
    DefStart
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final def tparams: List[TypeDef]

    Definition Classes
    TparamsStart
  34. final def tree: TypeDef

    Definition Classes
    DefStart
  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  38. def withAnnots(annot: Iterable[AnnotationInfo]): TypeDefTreeStart.this.type

    Definition Classes
    DefStart
  39. def withAnnots(annot: AnnotationInfo*): TypeDefTreeStart.this.type

    Definition Classes
    DefStart
  40. def withFlags(pin: PRIVATEWITHIN): TypeDefTreeStart.this.type

    Definition Classes
    DefStart
  41. def withFlags(flags: Long*): TypeDefTreeStart.this.type

    Definition Classes
    DefStart
  42. def withPos(pos: Position): TypeDefTreeStart.this.type

    Definition Classes
    DefStart
  43. def withTypeParams(tparam: Iterable[TypeDef]): TypeDefTreeStart.this.type

    Definition Classes
    TparamsStart
  44. def withTypeParams(tparam: TypeDef*): TypeDefTreeStart.this.type

    Definition Classes
    TparamsStart

Inherited from TypeDefStart

Inherited from TparamsStart

Inherited from TreeDefStart[TypeDef]

Inherited from DefStart[TypeDef]

Inherited from AnyRef

Inherited from Any