Packages

t

sangria.macros

AstLiftable

trait AstLiftable extends AnyRef

Implements the Liftable type class for AstNode, so we can use them in quasiquotes.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AstLiftable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val universe: Universe

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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. implicit def directive: scala.reflect.api.Universe.Liftable[Directive]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. implicit def liftComment: scala.reflect.api.Universe.Liftable[Comment]
  14. implicit def liftDefinition[T <: Definition]: scala.reflect.api.Universe.Liftable[T]
  15. implicit def liftDirLocDef: scala.reflect.api.Universe.Liftable[DirectiveLocation]
  16. implicit def liftDocument: scala.reflect.api.Universe.Liftable[Document]
  17. implicit def liftEnumValDef: scala.reflect.api.Universe.Liftable[EnumValueDefinition]
  18. implicit def liftFieldDef: scala.reflect.api.Universe.Liftable[FieldDefinition]
  19. implicit def liftInpOpTpeDef: scala.reflect.api.Universe.Liftable[OperationTypeDefinition]
  20. implicit def liftInpValDef: scala.reflect.api.Universe.Liftable[InputValueDefinition]
  21. implicit def liftInputDocument: scala.reflect.api.Universe.Liftable[InputDocument]
  22. implicit def liftNamedValue[T <: NameValue]: scala.reflect.api.Universe.Liftable[T]
  23. implicit def liftOperationType: scala.reflect.api.Universe.Liftable[OperationType]
  24. implicit def liftPosition: scala.reflect.api.Universe.Liftable[AstLocation]
  25. implicit def liftSeq[T](implicit arg0: scala.reflect.api.Universe.Liftable[T]): scala.reflect.api.Universe.Liftable[Seq[T]]
  26. implicit def liftType[T <: Type]: scala.reflect.api.Universe.Liftable[T]
  27. implicit def liftValue[T <: Value]: scala.reflect.api.Universe.Liftable[T]
  28. implicit def liftVarDef: scala.reflect.api.Universe.Liftable[VariableDefinition]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. implicit def selection[T <: Selection]: scala.reflect.api.Universe.Liftable[T]
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped