final class LinkedClass extends AnyRef

A ClassDef after linking.

Note that the version in the LinkedClass does not cover methods nor exportedMembers as they have their individual versions. (The collections themselves are not versioned).

Moreover, the version is relative to the identity of a LinkedClass. The definition of identity varies as linked classes progress through the linking pipeline, but it only gets stronger, i.e., if two linked classes are id-different at phase P, then they must also be id-different at phase P+1. The converse is not true. This guarantees that versions can be used reliably to determine at phase P+1 whether a linked class coming from phase P must be reprocessed.

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

Instance Constructors

  1. new LinkedClass(name: ClassIdent, kind: ClassKind, jsClassCaptures: Option[List[ParamDef]], superClass: Option[ClassIdent], interfaces: List[ClassIdent], jsSuperClass: Option[Tree], jsNativeLoadSpec: Option[JSNativeLoadSpec], fields: List[AnyFieldDef], methods: List[Versioned[MethodDef]], exportedMembers: List[Versioned[JSMethodPropDef]], jsNativeMembers: List[JSNativeMemberDef], topLevelExports: List[TopLevelExportDef], optimizerHints: OptimizerHints, pos: Position, ancestors: List[ClassName], hasInstances: Boolean, hasInstanceTests: Boolean, hasRuntimeTypeInfo: Boolean, version: Option[String])

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. val ancestors: List[ClassName]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def className: ClassName
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. val exportedMembers: List[Versioned[JSMethodPropDef]]
  11. val fields: List[AnyFieldDef]
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def fullName: String
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val hasEntryPoint: Boolean
  16. val hasInstanceTests: Boolean
  17. val hasInstances: Boolean
  18. val hasRuntimeTypeInfo: Boolean
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. val interfaces: List[ClassIdent]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val jsClassCaptures: Option[List[ParamDef]]
  23. val jsNativeLoadSpec: Option[JSNativeLoadSpec]
  24. val jsNativeMembers: List[JSNativeMemberDef]
  25. val jsSuperClass: Option[Tree]
  26. val kind: ClassKind
  27. val methods: List[Versioned[MethodDef]]
  28. val name: ClassIdent
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. val optimizerHints: OptimizerHints
  33. val pos: Position
  34. val superClass: Option[ClassIdent]
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. val topLevelExports: List[TopLevelExportDef]
  38. val version: Option[String]
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped