Packages

class SynthCheckedAccessorsTreesInClass extends CheckedAccessorSymbolSynth

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SynthCheckedAccessorsTreesInClass
  2. CheckedAccessorSymbolSynth
  3. AnyRef
  4. 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 SynthCheckedAccessorsTreesInClass(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 SynthCheckedAccessorsTreesInClass to any2stringadd[SynthCheckedAccessorsTreesInClass] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SynthCheckedAccessorsTreesInClass, B)
    Implicit
    This member is added by an implicit conversion from SynthCheckedAccessorsTreesInClass to ArrowAssoc[SynthCheckedAccessorsTreesInClass] 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: (SynthCheckedAccessorsTreesInClass) ⇒ Boolean, msg: ⇒ Any): SynthCheckedAccessorsTreesInClass
    Implicit
    This member is added by an implicit conversion from SynthCheckedAccessorsTreesInClass to Ensuring[SynthCheckedAccessorsTreesInClass] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (SynthCheckedAccessorsTreesInClass) ⇒ Boolean): SynthCheckedAccessorsTreesInClass
    Implicit
    This member is added by an implicit conversion from SynthCheckedAccessorsTreesInClass to Ensuring[SynthCheckedAccessorsTreesInClass] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): SynthCheckedAccessorsTreesInClass
    Implicit
    This member is added by an implicit conversion from SynthCheckedAccessorsTreesInClass to Ensuring[SynthCheckedAccessorsTreesInClass] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): SynthCheckedAccessorsTreesInClass
    Implicit
    This member is added by an implicit conversion from SynthCheckedAccessorsTreesInClass to Ensuring[SynthCheckedAccessorsTreesInClass] 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 SynthCheckedAccessorsTreesInClass to StringFormat[SynthCheckedAccessorsTreesInClass] 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'.

  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'.

  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def newSlowPathSymbol(lzyVal: Global.Symbol): Global.Symbol
    Definition Classes
    CheckedAccessorSymbolSynth
  27. final def notify(): Unit
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  29. def slowPathFor(lzyVal: Global.Symbol): Global.Symbol
    Definition Classes
    CheckedAccessorSymbolSynth
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def thisRef: Global.This
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def [B](y: B): (SynthCheckedAccessorsTreesInClass, B)
    Implicit
    This member is added by an implicit conversion from SynthCheckedAccessorsTreesInClass to ArrowAssoc[SynthCheckedAccessorsTreesInClass] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped