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: 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. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

  15. def finalize(): Unit

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

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

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

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

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

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

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

  23. def hashCode(): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  38. def toString(): String

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

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

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

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

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

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

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

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

  47. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped