spire.macros

Macros

object Macros

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Macros
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class LiteralUtil(c: Context) extends Product with Serializable

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def byte(c: Context)(): scala.reflect.macros.Context.Expr[Byte]

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def dblAs[A](c: Context)(ev: scala.reflect.macros.Context.Expr[Field[A]])(implicit arg0: scala.reflect.macros.Context.WeakTypeTag[A]): scala.reflect.macros.Context.Expr[A]

  10. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  12. def euBigDecimal(c: Context)(): scala.reflect.macros.Context.Expr[BigDecimal]

  13. def euBigInt(c: Context)(): scala.reflect.macros.Context.Expr[BigInt]

  14. def euInt(c: Context)(): scala.reflect.macros.Context.Expr[Int]

  15. def euLong(c: Context)(): scala.reflect.macros.Context.Expr[Long]

  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def formatDecimal(c: Context, sep: String, dec: String): String

  18. def formatWhole(c: Context, sep: String): String

  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def handleBigDecimal(c: Context, name: String, sep: String, dec: String): scala.reflect.macros.Context.Expr[BigDecimal]

  21. def handleBigInt(c: Context, name: String, sep: String): scala.reflect.macros.Context.Expr[BigInt]

  22. def handleInt(c: Context, name: String, sep: String): scala.reflect.macros.Context.Expr[Int]

  23. def handleLong(c: Context, name: String, sep: String): scala.reflect.macros.Context.Expr[Long]

  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. def intAs[A](c: Context)(ev: scala.reflect.macros.Context.Expr[Ring[A]])(implicit arg0: scala.reflect.macros.Context.WeakTypeTag[A]): scala.reflect.macros.Context.Expr[A]

  26. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. def parseContext(c: Context, lower: BigInt, upper: BigInt): Either[String, BigInt]

  31. def parseNumber(s: String, lower: BigInt, upper: BigInt): Either[String, BigInt]

  32. def radix(c: Context)(): scala.reflect.macros.Context.Expr[Int]

  33. def rational(c: Context)(): scala.reflect.macros.Context.Expr[Rational]

  34. def short(c: Context)(): scala.reflect.macros.Context.Expr[Short]

  35. def siBigDecimal(c: Context)(): scala.reflect.macros.Context.Expr[BigDecimal]

  36. def siBigInt(c: Context)(): scala.reflect.macros.Context.Expr[BigInt]

  37. def siInt(c: Context)(): scala.reflect.macros.Context.Expr[Int]

  38. def siLong(c: Context)(): scala.reflect.macros.Context.Expr[Long]

  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. def ubyte(c: Context)(): scala.reflect.macros.Context.Expr[UByte]

  42. def uint(c: Context)(): scala.reflect.macros.Context.Expr[UInt]

  43. def ulong(c: Context)(): scala.reflect.macros.Context.Expr[ULong]

  44. def usBigDecimal(c: Context)(): scala.reflect.macros.Context.Expr[BigDecimal]

  45. def usBigInt(c: Context)(): scala.reflect.macros.Context.Expr[BigInt]

  46. def usInt(c: Context)(): scala.reflect.macros.Context.Expr[Int]

  47. def usLong(c: Context)(): scala.reflect.macros.Context.Expr[Long]

  48. def ushort(c: Context)(): scala.reflect.macros.Context.Expr[UShort]

  49. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped