object TypeConversionMacros
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TypeConversionMacros
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def b2d_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Double]
- def b2f_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Float]
- def b2i_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Int]
- def b2s_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Short]
- def b2ub_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Byte]
- def b2us_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Short]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def d2b_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Double]): scala.reflect.macros.whitebox.Context.Expr[Byte]
- def d2f_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Double]): scala.reflect.macros.whitebox.Context.Expr[Float]
- def d2i_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Double]): scala.reflect.macros.whitebox.Context.Expr[Int]
- def d2s_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Double]): scala.reflect.macros.whitebox.Context.Expr[Short]
- def d2ub_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Double]): scala.reflect.macros.whitebox.Context.Expr[Byte]
- def d2us_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Double]): scala.reflect.macros.whitebox.Context.Expr[Short]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def f2b_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Float]): scala.reflect.macros.whitebox.Context.Expr[Byte]
- def f2d_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Float]): scala.reflect.macros.whitebox.Context.Expr[Double]
- def f2i_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Float]): scala.reflect.macros.whitebox.Context.Expr[Int]
- def f2s_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Float]): scala.reflect.macros.whitebox.Context.Expr[Short]
- def f2ub_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Float]): scala.reflect.macros.whitebox.Context.Expr[Byte]
- def f2us_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Float]): scala.reflect.macros.whitebox.Context.Expr[Short]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def i2b_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Byte]
- def i2d_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Double]
- def i2f_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Float]
- def i2s_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Short]
- def i2ub_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Byte]
- def i2us_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Short]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def s2b_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Byte]
- def s2d_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Double]
- def s2f_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Float]
- def s2i_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Int]
- def s2ub_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Byte]
- def s2us_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Short]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def ub2b_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Byte]
- def ub2d_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Double]
- def ub2f_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Float]
- def ub2i_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Int]
- def ub2s_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Short]
- def ub2us_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Short]
- def us2b_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Byte]
- def us2d_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Double]
- def us2f_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Float]
- def us2i_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Int]
- def us2s_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Short]
- def us2ub_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Byte]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()