Object

geotrellis.macros

TypeConversionMacros

Related Doc: package macros

Permalink

object TypeConversionMacros

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeConversionMacros
  2. AnyRef
  3. 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 b2d_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Double]

    Permalink
  6. def b2f_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Float]

    Permalink
  7. def b2i_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Int]

    Permalink
  8. def b2s_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Short]

    Permalink
  9. def b2ub_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Byte]

    Permalink
  10. def b2us_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Short]

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def d2b_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Double]): scala.reflect.macros.whitebox.Context.Expr[Byte]

    Permalink
  13. def d2f_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Double]): scala.reflect.macros.whitebox.Context.Expr[Float]

    Permalink
  14. def d2i_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Double]): scala.reflect.macros.whitebox.Context.Expr[Int]

    Permalink
  15. def d2s_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Double]): scala.reflect.macros.whitebox.Context.Expr[Short]

    Permalink
  16. def d2ub_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Double]): scala.reflect.macros.whitebox.Context.Expr[Byte]

    Permalink
  17. def d2us_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Double]): scala.reflect.macros.whitebox.Context.Expr[Short]

    Permalink
  18. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def f2b_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Float]): scala.reflect.macros.whitebox.Context.Expr[Byte]

    Permalink
  21. def f2d_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Float]): scala.reflect.macros.whitebox.Context.Expr[Double]

    Permalink
  22. def f2i_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Float]): scala.reflect.macros.whitebox.Context.Expr[Int]

    Permalink
  23. def f2s_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Float]): scala.reflect.macros.whitebox.Context.Expr[Short]

    Permalink
  24. def f2ub_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Float]): scala.reflect.macros.whitebox.Context.Expr[Byte]

    Permalink
  25. def f2us_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Float]): scala.reflect.macros.whitebox.Context.Expr[Short]

    Permalink
  26. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  28. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  29. def i2b_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Byte]

    Permalink
  30. def i2d_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Double]

    Permalink
  31. def i2f_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Float]

    Permalink
  32. def i2s_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Short]

    Permalink
  33. def i2ub_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Byte]

    Permalink
  34. def i2us_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Short]

    Permalink
  35. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  37. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  39. def s2b_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Byte]

    Permalink
  40. def s2d_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Double]

    Permalink
  41. def s2f_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Float]

    Permalink
  42. def s2i_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Int]

    Permalink
  43. def s2ub_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Byte]

    Permalink
  44. def s2us_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Short]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  47. def ub2b_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Byte]

    Permalink
  48. def ub2d_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Double]

    Permalink
  49. def ub2f_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Float]

    Permalink
  50. def ub2i_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Int]

    Permalink
  51. def ub2s_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Short]

    Permalink
  52. def ub2us_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Short]

    Permalink
  53. def us2b_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Byte]

    Permalink
  54. def us2d_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Double]

    Permalink
  55. def us2f_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Float]

    Permalink
  56. def us2i_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Int]

    Permalink
  57. def us2s_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Short]

    Permalink
  58. def us2ub_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Byte]

    Permalink
  59. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped