Object

izreflect.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
  2. final class MethodMirrorException extends RuntimeException

    Permalink
  3. implicit final class WeakTypeTagMigrate[T] extends AnyVal

    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
    @throws( ... )
  7. def deannotate[U <: SingletonUniverse](typ: ReflectionUtil.deannotate.U.Type): ReflectionUtil.deannotate.U.Type

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def findStringLiteral(tree: scala.reflect.api.Universe.Tree): Option[String]

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

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

    Permalink
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. def intersectionTypeMembers[U <: SingletonUniverse](targetType: ReflectionUtil.intersectionTypeMembers.U.Type): List[ReflectionUtil.intersectionTypeMembers.U.Type]

    Permalink
  16. def isByName(u: Universe)(tpe: scala.reflect.api.Universe.Type): Boolean

    Permalink
  17. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  22. 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()
  23. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  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 toJavaMethod(clazz: Class[_], methodSymbol: scala.reflect.api.JavaUniverse.MethodSymbol): Try[Method]

    Permalink
  28. def toJavaMethod(definingClass: scala.reflect.api.JavaUniverse.Type, methodSymbol: scala.reflect.api.JavaUniverse.Symbol): Method

    Permalink
  29. def toString(): String

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

    Permalink
  31. def typeToTypeTag[T](u: Universe)(tpe: scala.reflect.api.Universe.Type, mirror: Mirror[u.type]): scala.reflect.api.Universe.TypeTag[T]

    Permalink
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped