o

geotrellis.macros

TypeConversionMacros

object TypeConversionMacros

Linear Supertypes
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
    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 b2d_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Double]
  6. def b2f_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Float]
  7. def b2i_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Int]
  8. def b2s_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Short]
  9. def b2ub_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Byte]
  10. def b2us_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Short]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. def d2b_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Double]): scala.reflect.macros.whitebox.Context.Expr[Byte]
  13. def d2f_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Double]): scala.reflect.macros.whitebox.Context.Expr[Float]
  14. def d2i_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Double]): scala.reflect.macros.whitebox.Context.Expr[Int]
  15. def d2s_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Double]): scala.reflect.macros.whitebox.Context.Expr[Short]
  16. def d2ub_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Double]): scala.reflect.macros.whitebox.Context.Expr[Byte]
  17. def d2us_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Double]): scala.reflect.macros.whitebox.Context.Expr[Short]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    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]
  21. def f2d_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Float]): scala.reflect.macros.whitebox.Context.Expr[Double]
  22. def f2i_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Float]): scala.reflect.macros.whitebox.Context.Expr[Int]
  23. def f2s_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Float]): scala.reflect.macros.whitebox.Context.Expr[Short]
  24. def f2ub_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Float]): scala.reflect.macros.whitebox.Context.Expr[Byte]
  25. def f2us_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Float]): scala.reflect.macros.whitebox.Context.Expr[Short]
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def i2b_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Byte]
  30. def i2d_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Double]
  31. def i2f_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Float]
  32. def i2s_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Short]
  33. def i2ub_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Byte]
  34. def i2us_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Short]
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def s2b_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Byte]
  40. def s2d_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Double]
  41. def s2f_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Float]
  42. def s2i_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Int]
  43. def s2ub_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Byte]
  44. def s2us_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Short]
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    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]
  48. def ub2d_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Double]
  49. def ub2f_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Float]
  50. def ub2i_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Int]
  51. def ub2s_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Short]
  52. def ub2us_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Short]
  53. def us2b_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Byte]
  54. def us2d_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Double]
  55. def us2f_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Float]
  56. def us2i_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Int]
  57. def us2s_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Short]
  58. def us2ub_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Byte]
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped