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
- Alphabetic
- By Inheritance
Inherited
- LinkedClass
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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]], topLevelExports: List[Versioned[TopLevelExportDef]], optimizerHints: OptimizerHints, pos: Position, ancestors: List[ClassName], hasInstances: Boolean, hasInstanceTests: Boolean, hasRuntimeTypeInfo: Boolean, version: Option[String])
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
- val ancestors: List[ClassName]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def className: ClassName
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val exportedMembers: List[Versioned[JSMethodPropDef]]
- val fields: List[AnyFieldDef]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fullName: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val hasEntryPoint: Boolean
- val hasInstanceTests: Boolean
- val hasInstances: Boolean
- val hasRuntimeTypeInfo: Boolean
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val interfaces: List[ClassIdent]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jsClassCaptures: Option[List[ParamDef]]
- val jsNativeLoadSpec: Option[JSNativeLoadSpec]
- val jsSuperClass: Option[Tree]
- val kind: ClassKind
- val methods: List[Versioned[MethodDef]]
- val name: ClassIdent
- 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()
- val optimizerHints: OptimizerHints
- val pos: Position
- val superClass: Option[ClassIdent]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val topLevelExports: List[Versioned[TopLevelExportDef]]
- val version: Option[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()