treehugger.TreehuggerDSLs.treehuggerDSL

ClassDefStart

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

Linear Supertypes
ParentsStart, TparamsStart, TreeDefStart[Forest.ClassDef, Forest.Tree], DefStart[Forest.ClassDef, Forest.Tree], AnyRef, Any
Known Subclasses
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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClassDefStart(name: Forest.TypeName)

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. def :=(rhs: Forest.Tree): Forest.ClassDef

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

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

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

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def ctormods: Forest.Modifiers

  10. def defaultMods: Forest.Modifiers

    Definition Classes
    TreeDefStartDefStart
  11. def defaultPos: Position

    Definition Classes
    TreeDefStartDefStart
  12. final def empty: Forest.ClassDef

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

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

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

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

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

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

    Definition Classes
    Any
  19. def mkTree(body: List[Forest.Tree]): Forest.ClassDef

  20. def mkTree(rhs: Forest.Tree): Forest.ClassDef

    Definition Classes
    ClassDefStartDefStart
  21. final def mods: Forest.Modifiers

    Definition Classes
    DefStart
  22. val name: Forest.TypeName

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

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

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

    Definition Classes
    AnyRef
  26. final def parents: List[Forest.Tree]

    Definition Classes
    ParentsStart
  27. final def pos: Position

    Definition Classes
    DefStart
  28. final def selfDef: Forest.ValDef

    Definition Classes
    ParentsStart
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

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

    Definition Classes
    TparamsStart
  32. final def tree: Forest.ClassDef

    Definition Classes
    DefStart
  33. def vparams: List[Forest.ValDef]

  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def withAnnots(annot: Iterable[Forest.AnnotationInfo]): ClassDefStart.this.type

    Definition Classes
    DefStart
  38. def withAnnots(annot: Forest.AnnotationInfo*): ClassDefStart.this.type

    Definition Classes
    DefStart
  39. def withCtorFlags(pin: PRIVATEWITHIN): ClassDefStart.this.type

  40. def withCtorFlags(flags: Long*): ClassDefStart.this.type

  41. def withEarlyDefs(trees: Iterable[Forest.Tree]): ClassDefStart.this.type

    Definition Classes
    ParentsStart
  42. def withEarlyDefs(trees: Forest.Tree*): ClassDefStart.this.type

    Definition Classes
    ParentsStart
  43. def withFlags(pin: PRIVATEWITHIN): ClassDefStart.this.type

    Definition Classes
    DefStart
  44. def withFlags(flags: Long*): ClassDefStart.this.type

    Definition Classes
    DefStart
  45. def withParams(param: Iterable[Forest.ValDef]): ClassDefStart.this.type

  46. def withParams(param: Forest.ValDef*): ClassDefStart.this.type

  47. def withParents(trees: Forest.Tree*): ClassDefStart.this.type

    Definition Classes
    ParentsStart
  48. def withParents(parents: Iterable[Forest.Type]): ClassDefStart.this.type

    Definition Classes
    ParentsStart
  49. def withParents(parent0: Forest.Type, parents: Forest.Type*): ClassDefStart.this.type

    Definition Classes
    ParentsStart
  50. def withPos(pos: Position): ClassDefStart.this.type

    Definition Classes
    DefStart
  51. def withSelf(sym: Forest.Symbol, tps: Forest.Type*): ClassDefStart.this.type

    Definition Classes
    ParentsStart
  52. def withSelf(name: Forest.Name, tps: Forest.Type*): ClassDefStart.this.type

    Definition Classes
    ParentsStart
  53. def withSelf(param: Forest.ValDef): ClassDefStart.this.type

    Definition Classes
    ParentsStart
  54. def withTypeParams(tparam: Iterable[Forest.TypeDef]): ClassDefStart.this.type

    Definition Classes
    TparamsStart
  55. def withTypeParams(tparam: Forest.TypeDef*): ClassDefStart.this.type

    Definition Classes
    TparamsStart

Inherited from ParentsStart

Inherited from TparamsStart

Inherited from TreeDefStart[Forest.ClassDef, Forest.Tree]

Inherited from DefStart[Forest.ClassDef, Forest.Tree]

Inherited from AnyRef

Inherited from Any

Ungrouped