scala.tools.nsc.typechecker.MethodSynthesis

ClassMethodSynthesis

class ClassMethodSynthesis extends AnyRef

Source
MethodSynthesis.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ClassMethodSynthesis
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClassMethodSynthesis(clazz: Symbol, localTyper: Typer)

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 ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val clazz: Symbol

  8. def clazzMember(name: Name): Symbol

  9. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def constantMethod(name: Name, value: Any): Tree

  11. def constantNullary(name: Name, value: Any): Tree

  12. def createMethod(original: Symbol)(f: (Symbol) ⇒ Tree): Tree

  13. def createMethod(name: Name, returnType: Type)(f: (Symbol) ⇒ Tree): Tree

  14. def createMethod(name: Name, paramTypes: List[Type], returnType: Type)(f: (Symbol) ⇒ Tree): Tree

  15. def createSwitchMethod(name: Name, range: Seq[Int], returnType: Type)(f: (Int) ⇒ Tree): Tree

  16. def deriveMethod(original: Symbol, nameFn: (Name) ⇒ Name)(f: (Symbol) ⇒ Tree): Tree

  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def forwardMethod(original: Symbol, newMethod: Symbol)(transformArgs: (List[Tree]) ⇒ List[Tree]): Tree

  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. def newMethodFlags(method: Symbol): Long

  26. def newMethodFlags(name: TermName): Long

  27. final def notify(): Unit

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

    Definition Classes
    AnyRef
  29. def overrideMethod(original: Symbol)(f: (Symbol) ⇒ Tree): Tree

  30. def overrideMethod(name: Name)(f: (Symbol) ⇒ Tree): Tree

    Function argument takes the newly created method symbol of the same type as name in clazz, and returns the tree to be added to the template.

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

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. def typeInClazz(sym: Symbol): Type

  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()

Inherited from AnyRef

Inherited from Any