export

ExportMacro

class ExportMacro extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExportMacro
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExportMacro(c: Context)

Type Members

  1. class AnnotationExtractor extends AnyRef

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. object Export extends AnnotationExtractor

  7. object Exports extends AnnotationExtractor

  8. object Imports extends AnnotationExtractor

  9. object PriorityArg

  10. object PriorityLabel

  11. object Reexports extends AnnotationExtractor

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. val c: Context

  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. val defaultPriority: Int

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

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

    Definition Classes
    AnyRef → Any
  18. def exportImpl(annottees: Tree*): Tree

  19. val exportTcs: List[scala.reflect.macros.Universe.Type]

  20. val exportTpe: scala.reflect.macros.Universe.Type

  21. def exportsImpl(annottees: Tree*): Tree

  22. val exportsTpe: scala.reflect.macros.Universe.Type

  23. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  26. def importsImpl(annottees: Tree*): Tree

  27. val importsTpe: scala.reflect.macros.Universe.Type

  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def mkAttributedRef(tpe: scala.reflect.macros.Universe.Type): Tree

  30. def mkExportDefMacro(tcTpe: scala.reflect.macros.Universe.Type, exportTc: scala.reflect.macros.Universe.Type, nme: scala.reflect.macros.Universe.TermName): Tree

  31. def mkMethodForwarder(pre: scala.reflect.macros.Universe.Type, sym: scala.reflect.macros.Universe.MethodSymbol, nme: scala.reflect.macros.Universe.TermName): Tree

  32. def mkStableName(prefix: String, index0: Int, index1: Int): scala.reflect.macros.Universe.TermName

  33. def mkStableName(prefix: String, index: Int): scala.reflect.macros.Universe.TermName

  34. def mkTypeParam(pre: scala.reflect.macros.Universe.Type, sym: Symbol, tparams: Set[Symbol], vparams: Set[Symbol]): scala.reflect.macros.Universe.TypeDef

  35. def mkTypeTree(tpe: scala.reflect.macros.Universe.Type, tparams: Set[Symbol], vparams: Set[Symbol]): Tree

  36. def mkValForwarder(pre: scala.reflect.macros.Universe.Type, sym: scala.reflect.macros.Universe.TermSymbol, nme: scala.reflect.macros.Universe.TermName): Tree

  37. def mkValParam(pre: scala.reflect.macros.Universe.Type, sym: Symbol, tparams: Set[Symbol], vparams: Set[Symbol]): scala.reflect.macros.Universe.ValDef

  38. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  41. def reexportsImpl(annottees: Tree*): Tree

  42. val reexportsTpe: scala.reflect.macros.Universe.Type

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

    Definition Classes
    AnyRef
  44. def toString(): String

    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped