Class

org.scalajs.linker

LinkedClass

Related Doc: package linker

Permalink

final class LinkedClass extends AnyRef

A ClassDef after linking.

Note that the version in the LinkedClass does not cover staticMethods, memberMethods and 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: Ident, kind: ClassKind, jsClassCaptures: Option[List[ParamDef]], superClass: Option[Ident], interfaces: List[Ident], jsSuperClass: Option[Tree], jsNativeLoadSpec: Option[JSNativeLoadSpec], fields: List[FieldDef], staticMethods: List[Versioned[MethodDef]], memberMethods: List[Versioned[MethodDef]], exportedMembers: List[Versioned[MemberDef]], topLevelExports: List[Versioned[TopLevelExportDef]], optimizerHints: OptimizerHints, pos: Position, ancestors: List[String], hasInstances: Boolean, hasInstanceTests: Boolean, hasRuntimeTypeInfo: Boolean, version: Option[String])

    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. val ancestors: List[String]

    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 copy(name: Ident = this.name, kind: ClassKind = this.kind, jsClassCaptures: Option[List[ParamDef]] = this.jsClassCaptures, superClass: Option[Ident] = this.superClass, interfaces: List[Ident] = this.interfaces, jsSuperClass: Option[Tree] = this.jsSuperClass, jsNativeLoadSpec: Option[JSNativeLoadSpec] = this.jsNativeLoadSpec, fields: List[FieldDef] = this.fields, staticMethods: List[Versioned[MethodDef]] = this.staticMethods, memberMethods: List[Versioned[MethodDef]] = this.memberMethods, exportedMembers: List[Versioned[MemberDef]] = this.exportedMembers, topLevelExports: List[Versioned[TopLevelExportDef]] = this.topLevelExports, optimizerHints: OptimizerHints = this.optimizerHints, pos: Position = this.pos, ancestors: List[String] = this.ancestors, hasInstances: Boolean = this.hasInstances, hasInstanceTests: Boolean = this.hasInstanceTests, hasRuntimeTypeInfo: Boolean = this.hasRuntimeTypeInfo, version: Option[String] = this.version): LinkedClass

    Permalink
  8. def encodedName: String

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. val exportedMembers: List[Versioned[MemberDef]]

    Permalink
  12. val fields: List[FieldDef]

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fullName: String

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. val hasEntryPoint: Boolean

    Permalink
  17. val hasInstanceTests: Boolean

    Permalink
  18. val hasInstances: Boolean

    Permalink
  19. val hasRuntimeTypeInfo: Boolean

    Permalink
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. val interfaces: List[Ident]

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val jsClassCaptures: Option[List[ParamDef]]

    Permalink
  24. val jsNativeLoadSpec: Option[JSNativeLoadSpec]

    Permalink
  25. val jsSuperClass: Option[Tree]

    Permalink
  26. val kind: ClassKind

    Permalink
  27. val memberMethods: List[Versioned[MethodDef]]

    Permalink
  28. val name: Ident

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

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  32. val optimizerHints: OptimizerHints

    Permalink
  33. val pos: Position

    Permalink
  34. val staticMethods: List[Versioned[MethodDef]]

    Permalink
  35. val superClass: Option[Ident]

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. val topLevelExports: List[Versioned[TopLevelExportDef]]

    Permalink
  39. val version: Option[String]

    Permalink
  40. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped