object Reflector
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Reflector
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def defaultValue(compClass: Class[_], compObj: AnyRef, argIndex: Int): Option[() => AnyRef]
- def describe(st: ScalaType, paranamer: ParameterNameReader = ParanamerReader): ObjectDescriptor
- def describe(fqn: String): Option[ObjectDescriptor]
- def describe(clazz: Class[_]): ObjectDescriptor
- def describe[T](implicit mf: Manifest[T]): ObjectDescriptor
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isExcluded(t: Type, excludes: Seq[Type] = Nil): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrimitive(t: Type): Boolean
- 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 rawClassOf(t: Type): Class[_]
- def resolveClass[X <: AnyRef](c: String, classLoaders: Iterable[ClassLoader]): Option[Class[X]]
- def scalaTypeOf(name: String): Option[ScalaType]
- def scalaTypeOf(t: Type): ScalaType
- def scalaTypeOf(clazz: Class[_]): ScalaType
- def scalaTypeOf[T](implicit mf: Manifest[T]): ScalaType
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unmangleName(name: String): String
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()