treehugger.TreehuggerDSLs.treehuggerDSL

ModuleDefStart

class ModuleDefStart extends TreeDefStart[Forest.ModuleDef] with ParentsStart

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ModuleDefStart
  2. ParentsStart
  3. TreeDefStart
  4. DefStart
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ModuleDefStart(name: Forest.TermName)

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def :=(rhs: Forest.Tree): Forest.ModuleDef

    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 defaultMods: Forest.Modifiers

    Definition Classes
    TreeDefStartDefStart
  8. def defaultPos: Position

    Definition Classes
    TreeDefStartDefStart
  9. final def empty: Forest.ModuleDef

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

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

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

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

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

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

    Definition Classes
    Any
  16. def mkTree(body: List[Forest.Tree]): Forest.ModuleDef

  17. def mkTree(rhs: Forest.Tree): Forest.ModuleDef

    Definition Classes
    ModuleDefStartDefStart
  18. final def mods: Forest.Modifiers

    Definition Classes
    DefStart
  19. val name: Forest.TermName

    Definition Classes
    ModuleDefStartDefStart
  20. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    ParentsStart
  24. final def pos: Position

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

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

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. final def tree: Forest.ModuleDef

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

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

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

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

    Definition Classes
    DefStart
  33. def withAnnots(annot: Forest.AnnotationInfo*): ModuleDefStart.this.type

    Definition Classes
    DefStart
  34. def withEarlyDefs(trees: Iterable[Forest.Tree]): ModuleDefStart.this.type

    Definition Classes
    ParentsStart
  35. def withEarlyDefs(trees: Forest.Tree*): ModuleDefStart.this.type

    Definition Classes
    ParentsStart
  36. def withFlags(pin: PRIVATEWITHIN): ModuleDefStart.this.type

    Definition Classes
    DefStart
  37. def withFlags(flags: Long*): ModuleDefStart.this.type

    Definition Classes
    DefStart
  38. def withParents(trees: Forest.Tree*): ModuleDefStart.this.type

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

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

    Definition Classes
    ParentsStart
  41. def withPos(pos: Position): ModuleDefStart.this.type

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

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

    Definition Classes
    ParentsStart
  44. def withSelf(param: Forest.ValDef): ModuleDefStart.this.type

    Definition Classes
    ParentsStart

Inherited from ParentsStart

Inherited from TreeDefStart[Forest.ModuleDef]

Inherited from DefStart[Forest.ModuleDef]

Inherited from AnyRef

Inherited from Any

Ungrouped