Packages

final class _Class[A] extends AnyRef

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

Instance Constructors

  1. new _Class()

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def cast(obj: AnyRef): A
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  8. def equals(other: Any): scala.Boolean
    Definition Classes
    _Class → AnyRef → Any
    Annotations
    @inline()
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def getClassLoader(): ClassLoader
    Annotations
    @stub()
  12. def getComponentType(): _Class[_]
  13. def getConstructor(args: Array[_Class[_]]): Constructor[_]
    Annotations
    @stub()
  14. def getConstructors(): Array[AnyRef]
    Annotations
    @stub()
  15. def getDeclaredFields(): Array[Field]
    Annotations
    @stub()
  16. def getField(name: String): Field
    Annotations
    @stub()
  17. def getInterfaces(): Array[_Class[_]]
    Annotations
    @stub()
  18. def getMethod(name: String, args: Array[Class[_]]): Method
    Annotations
    @stub()
  19. def getMethods(): Array[Method]
    Annotations
    @stub()
  20. def getName(): String
  21. def getResourceAsStream(name: String): InputStream
    Annotations
    @stub()
  22. def getSimpleName(): String
  23. def getSuperclass(): Class[_ >: A]
    Annotations
    @stub()
  24. def hashCode(): Int
    Definition Classes
    _Class → AnyRef → Any
    Annotations
    @inline()
  25. var id: Int
  26. var idRangeUntil: Int
  27. def isArray(): scala.Boolean
  28. def isAssignableFrom(that: Class[_]): scala.Boolean
  29. def isInstance(obj: AnyRef): scala.Boolean
  30. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  31. def isInterface(): scala.Boolean
  32. def isPrimitive(): scala.Boolean
  33. var name: String
  34. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. var size: Int
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    _Class → AnyRef → Any
  40. var traitId: Int
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: scala.Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped