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

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 bigDecimalApply(c: Context): scala.reflect.macros.Universe.Select

  8. def bigIntApply(c: Context): scala.reflect.macros.Universe.Select

  9. def byte(c: Context)(): scala.reflect.macros.Context.Expr[Byte]

  10. def clone(): AnyRef

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

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

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

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

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

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

  17. def finalize(): Unit

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

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

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

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

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

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

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

  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  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 parseByte(s: String): Either[String, Byte]

  31. def parseShort(s: String): Either[String, Short]

  32. def parseTree1(c: Context): String

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

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

  35. def rationalApply(c: Context): scala.reflect.macros.Universe.Select

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

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

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

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

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

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

    Definition Classes
    AnyRef
  42. def toString(): String

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

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

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

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

  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