trait DeriveDefaults[M[_]] extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeriveDefaults
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract val c: Context
- abstract def mergeTrait(subtrees: 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
- abstract def typeclass: scala.reflect.macros.blackbox.Context.WeakTypeTag[M[_]]
- abstract def wrapCaseN(companion: scala.reflect.macros.Universe.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
- abstract def wrapObject(obj: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
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.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def companionTree(tpe: scala.reflect.macros.blackbox.Context.Type): Either[String, scala.reflect.macros.Universe.Tree]
- def customKey(sym: scala.reflect.macros.blackbox.Context.Symbol): Option[String]
- def derive(tpe: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.Universe.Tree
- def deriveClass(tpe: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.Universe.Tree
- def deriveDefaults(companion: scala.reflect.macros.blackbox.Context.Tree, hasDefaults: Seq[Boolean]): Seq[scala.reflect.macros.blackbox.Context.Tree]
- def deriveObject(tpe: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.Universe.Tree
- def deriveTrait(tpe: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.Universe.Tree
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fail(tpe: scala.reflect.macros.blackbox.Context.Type, s: String): Nothing
- 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
- 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])]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.