Object

spire.macros

Ops

Related Doc: package macros

Permalink

object Ops extends Ops

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

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def binop[A, R](c: Context)(rhs: scala.reflect.macros.whitebox.Context.Expr[A]): scala.reflect.macros.whitebox.Context.Expr[R]

    Permalink
    Definition Classes
    Ops
  6. def binopWithEv[A, Ev, R](c: Context)(rhs: scala.reflect.macros.whitebox.Context.Expr[A])(ev: scala.reflect.macros.whitebox.Context.Expr[Ev]): scala.reflect.macros.whitebox.Context.Expr[R]

    Permalink
    Definition Classes
    Ops
  7. def binopWithEv2[A, Ev1, R](c: Context)(rhs: scala.reflect.macros.whitebox.Context.Expr[A])(ev1: scala.reflect.macros.whitebox.Context.Expr[Ev1]): scala.reflect.macros.whitebox.Context.Expr[R]

    Permalink

    Like binop and binopWithEv, but there is ev provided by the implicit constructor, and ev1 provided by the method.

    Like binop and binopWithEv, but there is ev provided by the implicit constructor, and ev1 provided by the method.

    If we see code like:

    lhs.gcd(rhs)

    After typing and implicit resolution, we get trees like:

    conversion(lhs)(ev: Ev).gcd(rhs)(ev1: Ev1): R

    The macro should produce trees like:

    ev.gcd(lhs, rhs)(ev1): R
  8. def binopWithLift[A, Ev, R](c: Context)(rhs: scala.reflect.macros.whitebox.Context.Expr[A])(ev1: scala.reflect.macros.whitebox.Context.Expr[Ev])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[R]

    Permalink
    Definition Classes
    Ops
  9. def binopWithScalar[A, R](c: Context)(rhs: scala.reflect.macros.whitebox.Context.Expr[A]): scala.reflect.macros.whitebox.Context.Expr[R]

    Permalink
    Definition Classes
    Ops
  10. def binopWithSelfLift[A, Ev, R](c: Context)(rhs: scala.reflect.macros.whitebox.Context.Expr[A])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[R]

    Permalink
    Definition Classes
    Ops
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def eqv[A, B](c: Context)(rhs: scala.reflect.macros.whitebox.Context.Expr[B])(ev: scala.reflect.macros.whitebox.Context.Expr[=:=[A, B]]): scala.reflect.macros.whitebox.Context.Expr[Boolean]

    Permalink
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def findMethodName(c: Context): scala.reflect.macros.Universe.TermName

    Permalink
    Definition Classes
    Ops
  17. def flip[A, R](c: Context)(rhs: scala.reflect.macros.whitebox.Context.Expr[A]): scala.reflect.macros.whitebox.Context.Expr[R]

    Permalink
    Definition Classes
    Ops
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def handleBinopWithChild[A, R](c: Context)(rhs: scala.reflect.macros.whitebox.Context.Expr[A])(childName: String): scala.reflect.macros.whitebox.Context.Expr[R]

    Permalink
    Definition Classes
    Ops
  20. def handleUnopWithChild[R](c: Context)(childName: String): scala.reflect.macros.whitebox.Context.Expr[R]

    Permalink
    Definition Classes
    Ops
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def neqv[A, B](c: Context)(rhs: scala.reflect.macros.whitebox.Context.Expr[B])(ev: scala.reflect.macros.whitebox.Context.Expr[=:=[A, B]]): scala.reflect.macros.whitebox.Context.Expr[Boolean]

    Permalink
  25. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  27. val operatorNames: Map[String, String]

    Permalink
    Definition Classes
    Ops → Ops
  28. def rbinop[A, R](c: Context)(lhs: scala.reflect.macros.whitebox.Context.Expr[A]): scala.reflect.macros.whitebox.Context.Expr[R]

    Permalink
    Definition Classes
    Ops
  29. def rbinopWithEv[A, Ev, R](c: Context)(lhs: scala.reflect.macros.whitebox.Context.Expr[A])(ev: scala.reflect.macros.whitebox.Context.Expr[Ev]): scala.reflect.macros.whitebox.Context.Expr[R]

    Permalink
    Definition Classes
    Ops
  30. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. def uesc(c: Char): String

    Permalink
  33. def unop[R](c: Context)(): scala.reflect.macros.whitebox.Context.Expr[R]

    Permalink
    Definition Classes
    Ops
  34. def unop0[R](c: Context): scala.reflect.macros.whitebox.Context.Expr[R]

    Permalink
    Definition Classes
    Ops
  35. def unopWithEv[Ev, R](c: Context)(ev: scala.reflect.macros.whitebox.Context.Expr[Ev]): scala.reflect.macros.whitebox.Context.Expr[R]

    Permalink
    Definition Classes
    Ops
  36. def unopWithEv2[Ev1, R](c: Context)(ev1: scala.reflect.macros.whitebox.Context.Expr[Ev1]): scala.reflect.macros.whitebox.Context.Expr[R]

    Permalink
    Definition Classes
    Ops
  37. def unopWithScalar[R](c: Context)(): scala.reflect.macros.whitebox.Context.Expr[R]

    Permalink
    Definition Classes
    Ops
  38. def unopWithScalar0[R](c: Context): scala.reflect.macros.whitebox.Context.Expr[R]

    Permalink
    Definition Classes
    Ops
  39. def unpack[T[_], A](c: Context): (scala.reflect.macros.Universe.Tree, scala.reflect.macros.Universe.Tree)

    Permalink
    Definition Classes
    Ops
  40. def unpackWithoutEv(c: Context): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    Ops
  41. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Ops

Inherited from AnyRef

Inherited from Any

macros

Ungrouped