treehugger.TreehuggerDSLs.treehuggerDSL

DefTreeStart

class DefTreeStart extends TreeVODDStart[DefDef] with DefCreator with TparamsStart with VparamssStart

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. DefTreeStart
  2. VparamssStart
  3. TparamsStart
  4. DefCreator
  5. TreeVODDStart
  6. TreeDefStart
  7. VODDStart
  8. TptStart
  9. DefStart
  10. AnyRef
  11. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DefTreeStart(name: 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. final def :=(rhs: Tree): DefDef

    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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def defaultMods: Modifiers

    Definition Classes
    TreeDefStartDefStart
  10. def defaultPos: Position

    Definition Classes
    TreeDefStartDefStart
  11. def defaultTpt: TypeTree

    Definition Classes
    TreeVODDStartTptStart
  12. final def empty: DefDef

    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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. final def getClass(): java.lang.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(rhs: Tree): DefDef

    Definition Classes
    DefCreator
  20. final def mods: Modifiers

    Definition Classes
    DefStart
  21. val name: Name

    Definition Classes
    DefTreeStartDefStart
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  25. final def pos: Position

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

    Definition Classes
    AnyRef
  27. def toString(): String

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

    Definition Classes
    TparamsStart
  29. final def tpt: Tree

    Definition Classes
    TptStart
  30. final def tree: DefDef

    Definition Classes
    DefStart
  31. def vparamss: List[List[ValDef]]

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  35. def withAnnots(annot: Iterable[AnnotationInfo]): DefTreeStart.this.type

    Definition Classes
    DefStart
  36. def withAnnots(annot: AnnotationInfo*): DefTreeStart.this.type

    Definition Classes
    DefStart
  37. def withFlags(pin: PRIVATEWITHIN): DefTreeStart.this.type

    Definition Classes
    DefStart
  38. def withFlags(flags: Long*): DefTreeStart.this.type

    Definition Classes
    DefStart
  39. def withParams(param: Iterable[ValDef]): DefTreeStart.this.type

    Definition Classes
    VparamssStart
  40. def withParams(param: ValDef*): DefTreeStart.this.type

    Definition Classes
    VparamssStart
  41. def withPos(pos: Position): DefTreeStart.this.type

    Definition Classes
    DefStart
  42. def withType(tp: Type): DefTreeStart.this.type

    Definition Classes
    TptStart
  43. def withTypeParams(tparam: Iterable[TypeDef]): DefTreeStart.this.type

    Definition Classes
    TparamsStart
  44. def withTypeParams(tparam: TypeDef*): DefTreeStart.this.type

    Definition Classes
    TparamsStart

Inherited from VparamssStart

Inherited from TparamsStart

Inherited from DefCreator

Inherited from TreeVODDStart[DefDef]

Inherited from TreeDefStart[DefDef]

Inherited from VODDStart[DefDef]

Inherited from TptStart

Inherited from DefStart[DefDef]

Inherited from AnyRef

Inherited from Any