Class

upickle.internal.Macros

Writing

Related Doc: package Macros

Permalink

abstract class Writing[M[_]] extends DeriveDefaults[M]

Linear Supertypes
DeriveDefaults[M], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Writing
  2. DeriveDefaults
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Writing()

    Permalink

Abstract Value Members

  1. abstract val c: Context

    Permalink
    Definition Classes
    WritingDeriveDefaults
  2. abstract def typeclass: scala.reflect.macros.blackbox.Context.WeakTypeTag[M[_]]

    Permalink
    Definition Classes
    DeriveDefaults

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def annotate(tpe: scala.reflect.macros.blackbox.Context.Type)(derived: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree

    Permalink

    If there is a sealed base class, annotate the derived tree in the JSON representation with a class label.

    If there is a sealed base class, annotate the derived tree in the JSON representation with a class label.

    Definition Classes
    DeriveDefaults
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def companionTree(tpe: scala.reflect.macros.blackbox.Context.Type): Either[String, scala.reflect.macros.Universe.Tree]

    Permalink
    Definition Classes
    DeriveDefaults
  8. def customKey(sym: scala.reflect.macros.blackbox.Context.Symbol): Option[String]

    Permalink
    Definition Classes
    DeriveDefaults
  9. def derive(tpe: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    DeriveDefaults
  10. def deriveClass(tpe: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    DeriveDefaults
  11. def deriveDefaults(companion: scala.reflect.macros.blackbox.Context.Tree, hasDefaults: Seq[Boolean]): Seq[scala.reflect.macros.blackbox.Context.Tree]

    Permalink
    Definition Classes
    DeriveDefaults
  12. def deriveObject(tpe: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    DeriveDefaults
  13. def deriveTrait(tpe: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    DeriveDefaults
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def fail(tpe: scala.reflect.macros.blackbox.Context.Type, s: String): Nothing

    Permalink
    Definition Classes
    DeriveDefaults
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def findUnapply(tpe: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.TermName

    Permalink
  19. def fleshedOutSubtypes(tpe: scala.reflect.macros.Universe.TypeRef): Set[scala.reflect.macros.Universe.Type]

    Permalink

    If a super-type is generic, find all the subtypes, but at the same time fill in all the generic type parameters that are based on the super-type's concrete type

    If a super-type is generic, find all the subtypes, but at the same time fill in all the generic type parameters that are based on the super-type's concrete type

    Definition Classes
    DeriveDefaults
  20. def getArgSyms(tpe: scala.reflect.macros.blackbox.Context.Type): Either[String, (scala.reflect.macros.Universe.Tree, List[scala.reflect.macros.Universe.Symbol], List[scala.reflect.macros.Universe.Symbol], List[Boolean])]

    Permalink
    Definition Classes
    DeriveDefaults
  21. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def internal: scala.reflect.macros.Universe.Select

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def mergeTrait(subtree: Seq[scala.reflect.macros.Universe.Tree], subtypes: Seq[scala.reflect.macros.Universe.Type], targetType: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    WritingDeriveDefaults
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. def typeclassFor(t: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    DeriveDefaults
  32. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def wrapCaseN(companion: scala.reflect.macros.blackbox.Context.Tree, rawArgs: Seq[String], mappedArgs: Seq[String], typeArgs: Seq[scala.reflect.macros.blackbox.Context.Type], argTypes: Seq[scala.reflect.macros.Universe.Type], hasDefaults: Seq[Boolean], targetType: scala.reflect.macros.blackbox.Context.Type, varargs: Boolean): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    WritingDeriveDefaults
  36. def wrapObject(obj: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    WritingDeriveDefaults

Inherited from DeriveDefaults[M]

Inherited from AnyRef

Inherited from Any

Ungrouped