treehugger.TreehuggerDSLs.treehuggerDSL

ProcSymStart

class ProcSymStart extends DefStart[Forest.ProcDef, Forest.Block] with ProcCreator with TparamsStart with VparamssStart

Linear Supertypes
VparamssStart, TparamsStart, ProcCreator, DefStart[Forest.ProcDef, Forest.Block], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ProcSymStart
  2. VparamssStart
  3. TparamsStart
  4. ProcCreator
  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 ProcSymStart(sym: Forest.Symbol)

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. final def :=(rhs: Forest.Block): Forest.ProcDef

    Definition Classes
    ProcSymStartDefStart
  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
    ProcSymStartDefStart
  10. def defaultPos: Position

    Definition Classes
    ProcSymStartDefStart
  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. def name: Forest.Name

    Definition Classes
    ProcSymStartDefStart
  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. val sym: Forest.Symbol

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

    Definition Classes
    AnyRef
  27. def toString(): String

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

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

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

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

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

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

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

    Definition Classes
    DefStart
  35. def withAnnots(annot: Forest.AnnotationInfo*): ProcSymStart.this.type

    Definition Classes
    DefStart
  36. def withFlags(pin: PRIVATEWITHIN): ProcSymStart.this.type

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

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

    Definition Classes
    VparamssStart
  39. def withParams(param: Forest.ValDef*): ProcSymStart.this.type

    Definition Classes
    VparamssStart
  40. def withPos(pos: Position): ProcSymStart.this.type

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

    Definition Classes
    TparamsStart
  42. def withTypeParams(tparam: Forest.TypeDef*): ProcSymStart.this.type

    Definition Classes
    TparamsStart

Inherited from VparamssStart

Inherited from TparamsStart

Inherited from ProcCreator

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

Inherited from AnyRef

Inherited from Any

Ungrouped