Packages

o

loci

CompileTimeUtils

object CompileTimeUtils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompileTimeUtils
  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. macro def abstractValuesInInstantiation(expr: String): List[String]
  5. def abstractValuesInInstantiationImpl(c: Context)(expr: scala.reflect.macros.whitebox.Context.Tree): scala.reflect.macros.whitebox.Context.Tree
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. macro def assertExactType[T](value: Any): Unit
  8. def assertExactTypeImpl[T](c: Context)(value: scala.reflect.macros.whitebox.Context.Tree)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Tree
  9. macro def assertNoFailedAssertion(expr: String): Unit
  10. def assertNoFailedAssertionImpl(c: Context)(expr: scala.reflect.macros.whitebox.Context.Tree): scala.reflect.macros.whitebox.Context.Tree
  11. macro def assertType[T](value: Any): Unit
  12. def assertTypeImpl[T](c: Context)(value: scala.reflect.macros.whitebox.Context.Tree)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Tree
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  14. macro def containsCompileTimeOnly(expr: String): Boolean
  15. def containsCompileTimeOnlyImpl(c: Context)(expr: scala.reflect.macros.whitebox.Context.Tree): scala.reflect.macros.whitebox.Context.Tree
  16. macro def containsValueOfType[T, U]: Boolean
  17. def containsValueOfTypeImpl[T, U](c: Context)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T], arg1: scala.reflect.macros.whitebox.Context.WeakTypeTag[U]): scala.reflect.macros.whitebox.Context.Tree
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. macro def replace(value: String, from: String, to: String): String
  27. def replaceImpl(c: Context)(value: scala.reflect.macros.whitebox.Context.Tree, from: scala.reflect.macros.whitebox.Context.Tree, to: scala.reflect.macros.whitebox.Context.Tree): scala.reflect.macros.whitebox.Context.Tree
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped