treehugger.TreehuggerDSLs.treehuggerDSL

ProcTreeStart

class ProcTreeStart extends TreeDefStart[Forest.ProcDef, Forest.Block] with ProcCreator with TparamsStart with VparamssStart

Linear Supertypes
VparamssStart, TparamsStart, ProcCreator, TreeDefStart[Forest.ProcDef, Forest.Block], DefStart[Forest.ProcDef, Forest.Block], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ProcTreeStart
  2. VparamssStart
  3. TparamsStart
  4. ProcCreator
  5. TreeDefStart
  6. DefStart
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProcTreeStart(name: Forest.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. def :=(rhs: Forest.Block): Forest.ProcDef

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

    Definition Classes
    TreeDefStartDefStart
  10. def defaultPos: Position

    Definition Classes
    TreeDefStartDefStart
  11. final def empty: Forest.ProcDef

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

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

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

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

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

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

    Definition Classes
    Any
  18. def mkTree(rhs: Forest.Tree): Forest.ProcDef

    Definition Classes
    ProcCreator
  19. final def mods: Forest.Modifiers

    Definition Classes
    DefStart
  20. val name: Forest.Name

    Definition Classes
    ProcTreeStartDefStart
  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 pos: Position

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

    Definition Classes
    AnyRef
  26. def toString(): String

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

    Definition Classes
    TparamsStart
  28. final def tree: Forest.ProcDef

    Definition Classes
    DefStart
  29. def vparamss: List[List[Forest.ValDef]]

    Definition Classes
    VparamssStart
  30. final def wait(): Unit

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

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

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

    Definition Classes
    DefStart
  34. def withAnnots(annot: Forest.AnnotationInfo*): ProcTreeStart.this.type

    Definition Classes
    DefStart
  35. def withFlags(pin: PRIVATEWITHIN): ProcTreeStart.this.type

    Definition Classes
    DefStart
  36. def withFlags(flags: Long*): ProcTreeStart.this.type

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

    Definition Classes
    VparamssStart
  38. def withParams(param: Forest.ValDef*): ProcTreeStart.this.type

    Definition Classes
    VparamssStart
  39. def withPos(pos: Position): ProcTreeStart.this.type

    Definition Classes
    DefStart
  40. def withTypeParams(tparam: Iterable[Forest.TypeDef]): ProcTreeStart.this.type

    Definition Classes
    TparamsStart
  41. def withTypeParams(tparam: Forest.TypeDef*): ProcTreeStart.this.type

    Definition Classes
    TparamsStart

Inherited from VparamssStart

Inherited from TparamsStart

Inherited from ProcCreator

Inherited from TreeDefStart[Forest.ProcDef, Forest.Block]

Inherited from DefStart[Forest.ProcDef, Forest.Block]

Inherited from AnyRef

Inherited from Any

Ungrouped