spire.macrosk

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: 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 byte(c: Context)(): scala.reflect.macros.whitebox.Context.Expr[Byte]

  6. def clone(): AnyRef

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

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

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

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

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

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

  13. def finalize(): Unit

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

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

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

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

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

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

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

  21. def hashCode(): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  36. def toString(): String

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

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

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

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

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

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

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

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

  45. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped