class ClassDefStart extends TreeDefStart[Forest.ClassDef, Forest.Tree] with TparamsStart with ParentsStart

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassDefStart
  2. ParentsStart
  3. TparamsStart
  4. TreeDefStart
  5. DefStart
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClassDefStart(name: Forest.TypeName)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def :=(rhs: Forest.Tree): Forest.ClassDef
    Definition Classes
    TreeDefStartDefStart
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def ctormods: Forest.Modifiers
  8. def defaultMods: Forest.Modifiers
    Definition Classes
    TreeDefStartDefStart
  9. def defaultPos: Position
    Definition Classes
    TreeDefStartDefStart
  10. final def empty: Forest.ClassDef
    Definition Classes
    DefStart
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def mkTree(body: List[Forest.Tree]): Forest.ClassDef
  18. def mkTree(rhs: Forest.Tree): Forest.ClassDef
    Definition Classes
    ClassDefStartDefStart
  19. final def mods: Forest.Modifiers
    Definition Classes
    DefStart
  20. val name: Forest.TypeName
    Definition Classes
    ClassDefStartDefStart
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  24. final def parents: List[Forest.Tree]
    Definition Classes
    ParentsStart
  25. final def pos: Position
    Definition Classes
    DefStart
  26. final def selfDef: Forest.ValDef
    Definition Classes
    ParentsStart
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def tparams: List[Forest.TypeDef]
    Definition Classes
    TparamsStart
  30. final def tree: Forest.ClassDef
    Definition Classes
    DefStart
  31. def vparams: List[Forest.ValDef]
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def withAnnots(annot: Iterable[Forest.AnnotationInfo]): ClassDefStart.this.type
    Definition Classes
    DefStart
  36. def withAnnots(annot: Forest.AnnotationInfo*): ClassDefStart.this.type
    Definition Classes
    DefStart
  37. def withCtorFlags(pin: PRIVATEWITHIN): ClassDefStart.this.type
  38. def withCtorFlags(flags: Long*): ClassDefStart.this.type
  39. def withEarlyDefs(trees: Iterable[Forest.Tree]): ClassDefStart.this.type
    Definition Classes
    ParentsStart
  40. def withEarlyDefs(trees: Forest.Tree*): ClassDefStart.this.type
    Definition Classes
    ParentsStart
  41. def withFlags(pin: PRIVATEWITHIN): ClassDefStart.this.type
    Definition Classes
    DefStart
  42. def withFlags(flags: Long*): ClassDefStart.this.type
    Definition Classes
    DefStart
  43. def withParams(param: Iterable[Forest.ValDef]): ClassDefStart.this.type
  44. def withParams(param: Forest.ValDef*): ClassDefStart.this.type
  45. def withParents(trees: Forest.Tree*): ClassDefStart.this.type
    Definition Classes
    ParentsStart
  46. def withParents(parents: Iterable[Forest.Type]): ClassDefStart.this.type
    Definition Classes
    ParentsStart
  47. def withParents(parent0: Forest.Type, parents: Forest.Type*): ClassDefStart.this.type
    Definition Classes
    ParentsStart
  48. def withPos(pos: Position): ClassDefStart.this.type
    Definition Classes
    DefStart
  49. def withSelf(sym: Forest.Symbol, tps: Forest.Type*): ClassDefStart.this.type
    Definition Classes
    ParentsStart
  50. def withSelf(name: Forest.Name, tps: Forest.Type*): ClassDefStart.this.type
    Definition Classes
    ParentsStart
  51. def withSelf(param: Forest.ValDef): ClassDefStart.this.type
    Definition Classes
    ParentsStart
  52. def withTypeParams(tparam: Iterable[Forest.TypeDef]): ClassDefStart.this.type
    Definition Classes
    TparamsStart
  53. def withTypeParams(tparam: Forest.TypeDef*): ClassDefStart.this.type
    Definition Classes
    TparamsStart

Inherited from ParentsStart

Inherited from TparamsStart

Inherited from AnyRef

Inherited from Any

Ungrouped