Class

shapeless

SingletonTypeMacros

Related Doc: package shapeless

Permalink

class SingletonTypeMacros extends SingletonTypeUtils

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SingletonTypeMacros
  2. SingletonTypeUtils
  3. ReprTypes
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SingletonTypeMacros(c: Context)

    Permalink

Type Members

  1. type SingletonOpsLt[Lub] = SingletonOps { type T <: Lub }

    Permalink

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. object LiteralSymbol

    Permalink
    Definition Classes
    SingletonTypeUtils
  5. object SingletonSymbolType

    Permalink
    Definition Classes
    SingletonTypeUtils
  6. object SingletonType

    Permalink
    Definition Classes
    SingletonTypeUtils
  7. val SymTpe: scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    SingletonTypeUtils
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def atatTpe: scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    ReprTypes
  10. val c: Context

    Permalink
    Definition Classes
    SingletonTypeMacrosReprTypes
  11. def cconsTpe: scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    ReprTypes
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def cnilTpe: scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    ReprTypes
  14. def convertImpl[T](t: scala.reflect.macros.Universe.Expr[T]): scala.reflect.macros.Universe.Tree

    Permalink
  15. def convertInstanceImpl1[TC[_], T](t: scala.reflect.macros.Universe.Expr[T])(implicit tcTag: scala.reflect.macros.Universe.WeakTypeTag[TC[_]]): scala.reflect.macros.Universe.Tree

    Permalink
  16. def convertInstanceImpl2[H, TC2[_ <: H, _], S <: H, T](t: scala.reflect.macros.Universe.Expr[T])(implicit tc2Tag: scala.reflect.macros.Universe.WeakTypeTag[TC2[_, _]], sTag: scala.reflect.macros.Universe.WeakTypeTag[S]): scala.reflect.macros.Universe.Tree

    Permalink
  17. def coproductTpe: scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    ReprTypes
  18. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def extractResult[T](t: scala.reflect.macros.Universe.Expr[T])(mkResult: (scala.reflect.macros.Universe.Type, scala.reflect.macros.Universe.Tree) ⇒ scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree

    Permalink
  21. def extractSingletonValue(tpe: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Tree

    Permalink
  22. def fieldTypeTpe: scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    ReprTypes
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hconsTpe: scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    ReprTypes
  27. def hlistTpe: scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    ReprTypes
  28. def hnilTpe: scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    ReprTypes
  29. def inferInstance(tci: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Tree

    Permalink
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. def materializeImpl[T](implicit arg0: scala.reflect.macros.Universe.WeakTypeTag[T]): scala.reflect.macros.Universe.Tree

    Permalink
  32. def mkAttributedRef(pre: scala.reflect.macros.Universe.Type, sym: scala.reflect.macros.Universe.Symbol): scala.reflect.macros.Universe.Tree

    Permalink
  33. def mkOps(sTpe: scala.reflect.macros.Universe.Type, w: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree

    Permalink
  34. def mkSingletonOps(t: scala.reflect.macros.Universe.Expr[Any]): scala.reflect.macros.Universe.Tree

    Permalink
  35. def mkSingletonSymbol(s: String): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    SingletonTypeUtils
  36. def mkWitness(sTpe: scala.reflect.macros.Universe.Type, s: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree

    Permalink
  37. def mkWitnessWith(parent: scala.reflect.macros.Universe.Type, sTpe: scala.reflect.macros.Universe.Type, s: scala.reflect.macros.Universe.Tree, i: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree

    Permalink
  38. def narrowSymbol[S <: String](t: scala.reflect.macros.Universe.Expr[Symbol])(implicit arg0: scala.reflect.macros.Universe.WeakTypeTag[S]): scala.reflect.macros.Universe.Tree

    Permalink
  39. def narrowValue(t: scala.reflect.macros.Universe.Tree): (scala.reflect.macros.Universe.Type, scala.reflect.macros.Universe.Tree)

    Permalink
    Definition Classes
    SingletonTypeUtils
  40. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  43. def parseLiteralType(typeStr: String): Option[scala.reflect.macros.whitebox.Context.Type]

    Permalink
    Definition Classes
    SingletonTypeUtils
  44. def parseStandardType(typeStr: String): Option[scala.reflect.macros.whitebox.Context.Type]

    Permalink
    Definition Classes
    SingletonTypeUtils
  45. def parseType(typeStr: String): Option[scala.reflect.macros.whitebox.Context.Type]

    Permalink
    Definition Classes
    SingletonTypeUtils
  46. def singletonOpsTpe: scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    SingletonTypeUtils
  47. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  49. def typeCarrier(tpe: scala.reflect.macros.whitebox.Context.Type): scala.reflect.macros.Universe.Literal

    Permalink
    Definition Classes
    SingletonTypeUtils
  50. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def witnessTypeImpl(tpeSelector: scala.reflect.macros.whitebox.Context.Tree): scala.reflect.macros.whitebox.Context.Tree

    Permalink

Inherited from SingletonTypeUtils

Inherited from ReprTypes

Inherited from AnyRef

Inherited from Any

Ungrouped