Packages

class SynthInitCheckedAccessorsIn extends SynthCheckedAccessorsTreesInClass

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SynthInitCheckedAccessorsIn
  2. SynthCheckedAccessorsTreesInClass
  3. CheckedAccessorSymbolSynth
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SynthInitCheckedAccessorsIn(clazz: Global.Symbol)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from SynthInitCheckedAccessorsIn to any2stringadd[SynthInitCheckedAccessorsIn] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SynthInitCheckedAccessorsIn, B)
    Implicit
    This member is added by an implicit conversion from SynthInitCheckedAccessorsIn to ArrowAssoc[SynthInitCheckedAccessorsIn] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def bitmapOf(field: Global.Symbol): Option[BitmapInfo]
    Attributes
    protected
    Definition Classes
    CheckedAccessorSymbolSynth
  8. val clazz: Global.Symbol
    Definition Classes
    CheckedAccessorSymbolSynth
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def computeBitmapInfos(fields: List[Global.Symbol]): List[Global.Symbol]

    Fill the map from fields to bitmap infos.

    Fill the map from fields to bitmap infos. This is called for all fields in each transformed class (by the fields info transformer), after the fields inherited from traits have been added.

    bitmaps for checkinit fields are not inherited

    Definition Classes
    CheckedAccessorSymbolSynth
  11. def ensuring(cond: (SynthInitCheckedAccessorsIn) ⇒ Boolean, msg: ⇒ Any): SynthInitCheckedAccessorsIn
    Implicit
    This member is added by an implicit conversion from SynthInitCheckedAccessorsIn to Ensuring[SynthInitCheckedAccessorsIn] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (SynthInitCheckedAccessorsIn) ⇒ Boolean): SynthInitCheckedAccessorsIn
    Implicit
    This member is added by an implicit conversion from SynthInitCheckedAccessorsIn to Ensuring[SynthInitCheckedAccessorsIn] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): SynthInitCheckedAccessorsIn
    Implicit
    This member is added by an implicit conversion from SynthInitCheckedAccessorsIn to Ensuring[SynthInitCheckedAccessorsIn] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): SynthInitCheckedAccessorsIn
    Implicit
    This member is added by an implicit conversion from SynthInitCheckedAccessorsIn to Ensuring[SynthInitCheckedAccessorsIn] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from SynthInitCheckedAccessorsIn to StringFormat[SynthInitCheckedAccessorsIn] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isUnitGetter(sym: Global.Symbol): Boolean
  23. def mkSetFlag(bitmap: BitmapInfo): Global.Tree

    Return an (untyped) tree of the form 'Clazz.this.bmp = Clazz.this.bmp | mask'.

    Return an (untyped) tree of the form 'Clazz.this.bmp = Clazz.this.bmp | mask'.

    Definition Classes
    SynthCheckedAccessorsTreesInClass
  24. def mkTest(bm: BitmapInfo, equalToZero: Boolean = true): Global.Tree

    Return an (untyped) tree of the form 'clazz.this.bitmapSym & mask (==|!=) 0', the precise comparison operator depending on the value of 'equalToZero'.

    Return an (untyped) tree of the form 'clazz.this.bitmapSym & mask (==|!=) 0', the precise comparison operator depending on the value of 'equalToZero'.

    Definition Classes
    SynthCheckedAccessorsTreesInClass
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def needsWrapping(dd: Global.DefDef): Boolean
  27. def newSlowPathSymbol(lzyVal: Global.Symbol): Global.Symbol
    Definition Classes
    CheckedAccessorSymbolSynth
  28. final def notify(): Unit
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  30. def slowPathFor(lzyVal: Global.Symbol): Global.Symbol
    Definition Classes
    CheckedAccessorSymbolSynth
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def thisRef: Global.This
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def wrapRhsWithInitChecks(sym: Global.Symbol)(rhs: Global.Tree): Global.Tree

    Make getters check the initialized bit, and the class constructor & setters are changed to set the initialized bits.

  38. def [B](y: B): (SynthInitCheckedAccessorsIn, B)
    Implicit
    This member is added by an implicit conversion from SynthInitCheckedAccessorsIn to ArrowAssoc[SynthInitCheckedAccessorsIn] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from SynthInitCheckedAccessorsIn to any2stringadd[SynthInitCheckedAccessorsIn]

Inherited by implicit conversion StringFormat from SynthInitCheckedAccessorsIn to StringFormat[SynthInitCheckedAccessorsIn]

Inherited by implicit conversion Ensuring from SynthInitCheckedAccessorsIn to Ensuring[SynthInitCheckedAccessorsIn]

Inherited by implicit conversion ArrowAssoc from SynthInitCheckedAccessorsIn to ArrowAssoc[SynthInitCheckedAccessorsIn]

Ungrouped