Packages

object ReflectionUtil

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReflectionUtil
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def allPartsStrong(tpe: scala.reflect.api.Universe.Type): Boolean
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def betaReduceLambda(c: Context)(lambda: scala.reflect.macros.blackbox.Context.Expr[Any], names: List[String]): scala.reflect.macros.Universe.Tree
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def deepIntersectionTypeMembers[U <: SingletonUniverse](targetType: ReflectionUtil.deepIntersectionTypeMembers.U.Type): List[ReflectionUtil.deepIntersectionTypeMembers.U.Type]
  9. def deepIntersectionTypeMembersNoNorm[U <: SingletonUniverse](targetType: ReflectionUtil.deepIntersectionTypeMembersNoNorm.U.Type): List[ReflectionUtil.deepIntersectionTypeMembersNoNorm.U.Type]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. def findStringLiteral(tree: scala.reflect.api.Universe.Tree): Option[String]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getStringLiteral(c: Context)(tree: scala.reflect.macros.Universe.Tree): String
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def isByName(u: Universe)(tpe: scala.reflect.api.Universe.Type): Boolean
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isNotDealiasedFurther(tpe: scala.reflect.api.Universe.Type): Boolean
  20. def isSelfStrong(tpe: scala.reflect.api.Universe.Type): Boolean
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def norm(u: Universe)(x: scala.reflect.api.Universe.Type): scala.reflect.api.Universe.Type

    Mini normalize.

    Mini normalize. normalize is deprecated and we don't want to do scary things such as evaluate type-lambdas anyway. And AFAIK the only case that can make us confuse a type-parameter for a non-parameter is an empty refinement T {}. So we just strip it when we get it.

    Annotations
    @tailrec()
  23. final def norm0[U <: SingletonUniverse](x: ReflectionUtil.norm0.U.Type): ReflectionUtil.norm0.U.Type

    Mini normalize.

    Mini normalize. normalize is deprecated and we don't want to do scary things such as evaluate type-lambdas anyway. And AFAIK the only case that can make us confuse a type-parameter for a non-parameter is an empty refinement T {}. So we just strip it when we get it.

    Annotations
    @tailrec()
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def stripByName(u: Universe)(tpe: scala.reflect.api.Universe.Type): scala.reflect.api.Universe.Type
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def toTypeRef[U <: SingletonUniverse](tpe: ReflectionUtil.toTypeRef.U.TypeApi): Option[ReflectionUtil.toTypeRef.U.TypeRefApi]
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped