Object

izumi.fundamentals.reflection

ReflectionUtil

Related Doc: package reflection

Permalink

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. All

Type Members

  1. final case class Kind(args: List[Kind]) extends Product with Serializable

    Permalink

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. def allPartsStrong(tpe: scala.reflect.api.Universe.Type): Boolean

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. def deannotate[U <: SingletonUniverse](typ: ReflectionUtil.deannotate.U.Type): ReflectionUtil.deannotate.U.Type

    Permalink
  8. def deepIntersectionTypeMembers[U <: SingletonUniverse](targetType: ReflectionUtil.deepIntersectionTypeMembers.U.Type): List[ReflectionUtil.deepIntersectionTypeMembers.U.Type]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def findStringLiteral(tree: scala.reflect.api.Universe.Tree): Option[String]

    Permalink
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. def getStringLiteral(c: Context)(tree: scala.reflect.macros.Universe.Tree): String

    Permalink
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. def isByName(u: Universe)(tpe: scala.reflect.api.Universe.Type): Boolean

    Permalink
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def isNotDealiasedFurther(tpe: scala.reflect.api.Universe.Type): Boolean

    Permalink
  18. def isSelfStrong(tpe: scala.reflect.api.Universe.Type): Boolean

    Permalink
  19. def kindOf(tpe: scala.reflect.api.Universe.Type): Kind

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def norm(u: Universe)(x: scala.reflect.api.Universe.Type): scala.reflect.api.Universe.Type

    Permalink

    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()
  22. final def normSingleton[U <: SingletonUniverse](x: ReflectionUtil.normSingleton.U.Type): ReflectionUtil.normSingleton.U.Type

    Permalink

    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 notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. def stripByName(u: Universe)(tpe: scala.reflect.api.Universe.Type): scala.reflect.api.Universe.Type

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. def toTypeRef[U <: SingletonUniverse](tpe: ReflectionUtil.toTypeRef.U.TypeApi): Option[ReflectionUtil.toTypeRef.U.TypeRefApi]

    Permalink
  29. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped