trait PackageCreator extends TreeDefStart[Forest.PackageDef, Forest.Tree]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PackageCreator
  2. TreeDefStart
  3. DefStart
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def header: Boolean
  2. abstract def mkTree(body: List[Forest.Tree]): Forest.PackageDef
  3. abstract def name: Forest.Name
    Definition Classes
    DefStart

Concrete 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.PackageDef
    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
    PackageCreatorTreeDefStartDefStart
  8. def defaultPos: Position
    Definition Classes
    TreeDefStartDefStart
  9. final def empty: Forest.PackageDef
    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(rhs: Forest.Tree): Forest.PackageDef
    Definition Classes
    PackageCreatorDefStart
  17. final def mods: Forest.Modifiers
    Definition Classes
    DefStart
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  21. final def pos: Position
    Definition Classes
    DefStart
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def tree: Forest.PackageDef
    Definition Classes
    DefStart
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def withAnnots(annot: Iterable[Forest.AnnotationInfo]): PackageCreator.this.type
    Definition Classes
    DefStart
  29. def withAnnots(annot: Forest.AnnotationInfo*): PackageCreator.this.type
    Definition Classes
    DefStart
  30. def withFlags(pin: PRIVATEWITHIN): PackageCreator.this.type
    Definition Classes
    DefStart
  31. def withFlags(flags: Long*): PackageCreator.this.type
    Definition Classes
    DefStart
  32. def withPos(pos: Position): PackageCreator.this.type
    Definition Classes
    DefStart

Inherited from AnyRef

Inherited from Any

Ungrouped