scala.pickling

Macro

abstract class Macro extends RichTypes

Self Type
Macro
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Macro
  2. RichTypes
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Macro()

Type Members

  1. type MyUniverse = Universe

    Definition Classes
    MacroRichTypes
  2. implicit class RichType extends AnyRef

    Definition Classes
    RichTypes

Abstract Value Members

  1. abstract val c: Context

Concrete 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. val RefTpe: reflect.macros.Universe.Type

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compileTimeDispatchees(tpe: reflect.macros.Universe.Type): List[reflect.macros.Universe.Type]

  10. def compileTimeDispatcheesNotEmpty(tpe: reflect.macros.Universe.Type): List[reflect.macros.Universe.Type]

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  16. val irs: IRs[universe.type]

  17. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  21. def preferringAlternativeImplicits(body: ⇒ Tree): Tree

  22. def reflectively(target: reflect.macros.Universe.TermName, fir: FieldIR)(body: (Tree) ⇒ Tree): List[Tree]

    requires: !fir.

    requires: !fir.accessor.isEmpty

  23. def reflectively(target: String, fir: FieldIR)(body: (Tree) ⇒ Tree): List[Tree]

  24. def reflectivelyWithoutGetter(target: String, fir: FieldIR)(body: (Tree) ⇒ Tree): List[Tree]

  25. val shareAnalyzer: ShareAnalyzer[universe.type]

  26. def shareEverything: Boolean

  27. def shareNothing: Boolean

  28. def shouldBotherAboutCleaning(tpe: reflect.macros.Universe.Type): Boolean

  29. def shouldBotherAboutLooping(tpe: reflect.macros.Universe.Type): Boolean

  30. def shouldBotherAboutSharing(tpe: reflect.macros.Universe.Type): Boolean

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

    Definition Classes
    AnyRef
  32. def syntheticBaseName(tpe: reflect.macros.Universe.Type): reflect.macros.Universe.TypeName

  33. def syntheticBaseQualifiedName(tpe: reflect.macros.Universe.Type): reflect.macros.Universe.TypeName

  34. def syntheticPackageName: String

  35. def syntheticPicklerName(tpe: reflect.macros.Universe.Type): reflect.macros.Universe.TypeName

  36. def syntheticPicklerQualifiedName(tpe: reflect.macros.Universe.Type): reflect.macros.Universe.TypeName

  37. def syntheticPicklerSuffix(): String

  38. def syntheticPicklerUnpicklerName(tpe: reflect.macros.Universe.Type): reflect.macros.Universe.TypeName

  39. def syntheticPicklerUnpicklerQualifiedName(tpe: reflect.macros.Universe.Type): reflect.macros.Universe.TypeName

  40. def syntheticPicklerUnpicklerSuffix(): String

  41. def syntheticUnpicklerName(tpe: reflect.macros.Universe.Type): reflect.macros.Universe.TypeName

  42. def syntheticUnpicklerQualifiedName(tpe: reflect.macros.Universe.Type): reflect.macros.Universe.TypeName

  43. def syntheticUnpicklerSuffix(): String

  44. def toString(): String

    Definition Classes
    AnyRef → Any
  45. val tools: Tools[c.type]

  46. val u: MyUniverse

    Definition Classes
    MacroRichTypes
  47. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RichTypes

Inherited from AnyRef

Inherited from Any

Ungrouped