org.scalajs.core.tools.linker

LinkedClass

final class LinkedClass extends AnyRef

A ClassDef after linking.

Note that the version in the LinkedClass does not cover staticMethods, memberMethods, abstractMethods 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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LinkedClass(name: Ident, kind: ClassKind, superClass: Option[Ident], interfaces: List[Ident], jsNativeLoadSpec: Option[JSNativeLoadSpec], fields: List[FieldDef], staticMethods: List[LinkedMember[MethodDef]], memberMethods: List[LinkedMember[MethodDef]], abstractMethods: List[LinkedMember[MethodDef]], exportedMembers: List[LinkedMember[Tree]], classExports: List[Tree], classExportInfo: Option[MethodInfo], optimizerHints: OptimizerHints, pos: Position, ancestors: List[String], hasInstances: Boolean, hasInstanceTests: Boolean, hasRuntimeTypeInfo: Boolean, version: Option[String])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val abstractMethods: List[LinkedMember[MethodDef]]

  7. val ancestors: List[String]

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val classExportInfo: Option[MethodInfo]

  10. val classExports: List[Tree]

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def copy(name: Ident = this.name, kind: ClassKind = this.kind, superClass: Option[Ident] = this.superClass, interfaces: List[Ident] = this.interfaces, jsNativeLoadSpec: Option[JSNativeLoadSpec] = this.jsNativeLoadSpec, fields: List[FieldDef] = this.fields, staticMethods: List[LinkedMember[MethodDef]] = this.staticMethods, memberMethods: List[LinkedMember[MethodDef]] = this.memberMethods, abstractMethods: List[LinkedMember[MethodDef]] = this.abstractMethods, exportedMembers: List[LinkedMember[Tree]] = this.exportedMembers, classExports: List[Tree] = this.classExports, classExportInfo: Option[MethodInfo] = this.classExportInfo, 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

  13. def encodedName: String

  14. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  16. val exportedMembers: List[LinkedMember[Tree]]

  17. val fields: List[FieldDef]

  18. def finalize(): Unit

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

  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. val hasInstanceTests: Boolean

  22. val hasInstances: Boolean

  23. val hasRuntimeTypeInfo: Boolean

  24. def hashCode(): Int

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

  26. def isExported: Boolean

  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. val jsNativeLoadSpec: Option[JSNativeLoadSpec]

  29. val kind: ClassKind

  30. val memberMethods: List[LinkedMember[MethodDef]]

  31. val name: Ident

  32. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  35. val optimizerHints: OptimizerHints

  36. val pos: Position

  37. val staticMethods: List[LinkedMember[MethodDef]]

  38. val superClass: Option[Ident]

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

    Definition Classes
    AnyRef
  40. def toInfo: ClassInfo

  41. def toString(): String

    Definition Classes
    AnyRef → Any
  42. def topLevelExportNames: List[String]

    Names this class / module is exported under

  43. val version: Option[String]

  44. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped