Packages

class UncheckedAccessorSynth extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UncheckedAccessorSynth
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UncheckedAccessorSynth(clazz: Global.Symbol)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val _newDefs: ListBuffer[Global.Tree]
    Attributes
    protected
  5. def accessorBody(sym: Global.Symbol): Global.Tree
  6. def addDef(tree: Global.ValOrDefDef): Unit

    Add tree at given position as new definition

    Add tree at given position as new definition

    Attributes
    protected
  7. def addDefDef(sym: Global.Symbol, rhs: Global.Tree = EmptyTree): Unit

    Add new method definition.

    Add new method definition.

    sym

    The method symbol.

    rhs

    The method body.

  8. def addValDef(sym: Global.Symbol, rhs: Global.Tree = EmptyTree): Unit
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val clazz: Global.Symbol
    Attributes
    protected
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  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
    Annotations
    @native()
  16. def getterBody(getter: Global.Symbol): Global.Tree
    Attributes
    protected
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def implementWithNewDefs(stats: List[Global.Tree]): List[Global.Tree]

    Complete stats with init checks and bitmaps, removing any abstract method definitions in stats that are matched by some symbol defined by a tree previously passed to addDef.

  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def newDefs: collection.immutable.List[Global.Tree]
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def setterBody(setter: Global.Symbol, getter: Global.Symbol): Global.Tree
    Attributes
    protected
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped