Packages

c

ltbs.uniform

InterpreterMacros

class InterpreterMacros extends AnyRef

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

Instance Constructors

  1. new InterpreterMacros(c: Context)

Type Members

  1. implicit class RichTree extends AnyRef

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. val c: Context
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def coldImplicit[A, TC[_]](implicit tta: scala.reflect.macros.Universe.WeakTypeTag[A], ttn: scala.reflect.macros.Universe.WeakTypeTag[TC[_]]): scala.reflect.macros.Universe.Expr[TC[A]]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def getConvMap(fType: scala.reflect.macros.Universe.Type, eTypes: List[(scala.reflect.macros.Universe.Type, scala.reflect.macros.Universe.Type)]): scala.reflect.macros.Universe.Tree

    for { a <- convert(callApiOne()) // Future[Int] b <- convert(callApiTwo()) // IO[String] }

  12. def getInteractMap(fType: scala.reflect.macros.Universe.Type, eTypes: List[(scala.reflect.macros.Universe.Type, scala.reflect.macros.Universe.Type)]): scala.reflect.macros.Universe.Tree
  13. def getNeeds[H <: Needs[_, _], INTERACTTC[_, _], ASKLISTTC[_]](implicit ttn: scala.reflect.macros.blackbox.Context.WeakTypeTag[H], ttInteractTc: scala.reflect.macros.Universe.WeakTypeTag[INTERACTTC[_, _]], ttAskListTc: scala.reflect.macros.Universe.WeakTypeTag[ASKLISTTC[_]]): (List[(scala.reflect.macros.Universe.Type, scala.reflect.macros.Universe.Type)], List[(scala.reflect.macros.Universe.Type, scala.reflect.macros.Universe.Type)], List[scala.reflect.macros.Universe.Type])

    Turn a Needs[_] type into a (List[InteractTypes], List[(ConvFrom, ConvTo)], List[AskListType])

    Turn a Needs[_] type into a (List[InteractTypes], List[(ConvFrom, ConvTo)], List[AskListType])

    Annotations
    @silent("never used")
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def implicitMaps(fType: scala.reflect.macros.Universe.Type, types: List[scala.reflect.macros.Universe.Type]): scala.reflect.macros.Universe.Tree
  16. def injectType(higherKind: scala.reflect.macros.Universe.Type, inject: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Type

    Given a unary type constructor and a proper type will apply that type to the constructor and return the result.

    Given a unary type constructor and a proper type will apply that type to the constructor and return the result.

    e.g. injectType(Either[?, Int], String) == Either[String, Int]

  17. def injectType2(higherKind: scala.reflect.macros.Universe.Type, injectOne: scala.reflect.macros.Universe.Type, injectTwo: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Type
  18. def interpreter_impl[H <: Needs[_, _], A, INTERACTTC[_, _], ASKLISTTC[_], F[_], T](program: scala.reflect.macros.Universe.Expr[Uniform[H, T, A]])(implicit ttn: scala.reflect.macros.Universe.WeakTypeTag[H], ttInteractTc: scala.reflect.macros.Universe.WeakTypeTag[INTERACTTC[_, _]], ttAskListTc: scala.reflect.macros.Universe.WeakTypeTag[ASKLISTTC[_]], fTypeTag: scala.reflect.macros.Universe.WeakTypeTag[F[_]]): scala.reflect.macros.blackbox.Context.Expr[F[A]]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped