t

sangria.macros.derive

DeriveMacroSupport

trait DeriveMacroSupport extends AnyRef

Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeriveMacroSupport
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val c: Context

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def checkSetting[T](setting: scala.reflect.macros.Universe.Tree)(implicit arg0: scala.reflect.macros.Universe.WeakTypeTag[T]): Boolean
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def defaultMethodArgValue(method: String, pos: Int): (Definitions with SymbolTable with StdNames)#TermName
    Attributes
    protected
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def memberExcluded(annotations: List[scala.reflect.macros.Universe.Annotation]): Boolean
    Attributes
    protected
  15. def memberField(annotations: List[scala.reflect.macros.Universe.Annotation]): Boolean
    Attributes
    protected
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def reportErrors(errors: Seq[(scala.reflect.macros.Universe.Position, String)]): Nothing
  20. def symbolDefault(annotations: List[scala.reflect.macros.Universe.Annotation]): Option[scala.reflect.macros.Universe.Tree]
    Attributes
    protected
  21. def symbolDeprecation(annotations: List[scala.reflect.macros.Universe.Annotation]): Option[scala.reflect.macros.Universe.Tree]
    Attributes
    protected
  22. def symbolDescription(annotations: List[scala.reflect.macros.Universe.Annotation]): Option[scala.reflect.macros.Universe.Tree]
    Attributes
    protected
  23. def symbolFieldTags(annotations: List[scala.reflect.macros.Universe.Annotation]): scala.reflect.macros.Universe.Tree
    Attributes
    protected
  24. def symbolInputType(annotations: List[scala.reflect.macros.Universe.Annotation]): Option[scala.reflect.macros.Universe.Tree]
    Attributes
    protected
  25. def symbolName(annotations: List[scala.reflect.macros.Universe.Annotation]): Option[scala.reflect.macros.Universe.Tree]
    Attributes
    protected
  26. def symbolOutputType(annotations: List[scala.reflect.macros.Universe.Annotation]): Option[scala.reflect.macros.Universe.Tree]
    Attributes
    protected
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. val universe: scala.reflect.macros.blackbox.Context.universe.type
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped