abstract class Writing[M[_]] extends DeriveDefaults[M]
- Alphabetic
- By Inheritance
- Writing
- DeriveDefaults
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Writing()
Abstract Value Members
-
abstract
val
c: Context
- Definition Classes
- Writing → DeriveDefaults
-
abstract
def
typeclass: scala.reflect.macros.blackbox.Context.WeakTypeTag[M[_]]
- Definition Classes
- DeriveDefaults
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
annotate(tpe: scala.reflect.macros.blackbox.Context.Type)(derived: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
companionTree(tpe: scala.reflect.macros.blackbox.Context.Type): Either[String, scala.reflect.macros.Universe.Tree]
- Definition Classes
- DeriveDefaults
-
def
customKey(sym: scala.reflect.macros.blackbox.Context.Symbol): Option[String]
- Definition Classes
- DeriveDefaults
-
def
derive(tpe: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.Universe.Tree
- Definition Classes
- DeriveDefaults
-
def
deriveClass(tpe: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.Universe.Tree
- Definition Classes
- DeriveDefaults
-
def
deriveDefaults(companion: scala.reflect.macros.blackbox.Context.Tree, hasDefaults: Seq[Boolean]): Seq[scala.reflect.macros.blackbox.Context.Tree]
- Definition Classes
- DeriveDefaults
-
def
deriveObject(tpe: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.Universe.Tree
- Definition Classes
- DeriveDefaults
-
def
deriveTrait(tpe: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.Universe.Tree
- Definition Classes
- DeriveDefaults
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fail(tpe: scala.reflect.macros.blackbox.Context.Type, s: String): Nothing
- Definition Classes
- DeriveDefaults
- def findUnapply(tpe: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.TermName
-
def
fleshedOutSubtypes(tpe: scala.reflect.macros.Universe.Type): Set[scala.reflect.macros.Universe.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
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
-
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])]
- Definition Classes
- DeriveDefaults
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def internal: scala.reflect.macros.Universe.Select
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
- Definition Classes
- Writing → DeriveDefaults
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
typeclassFor(t: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Type
- Definition Classes
- DeriveDefaults
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
wrapCaseN(companion: scala.reflect.macros.blackbox.Context.Tree, rawArgs: Seq[String], mappedArgs: Seq[String], argTypes: Seq[scala.reflect.macros.Universe.Type], hasDefaults: Seq[Boolean], targetType: scala.reflect.macros.blackbox.Context.Type, varargs: Boolean): scala.reflect.macros.Universe.Tree
- Definition Classes
- Writing → DeriveDefaults
-
def
wrapObject(obj: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.Universe.Tree
- Definition Classes
- Writing → DeriveDefaults