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
- Alphabetic
- By Inheritance
Inherited
- LinkedClass
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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])
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[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def encodedName: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val exportedMembers: List[Versioned[MemberDef]]
- val fields: List[FieldDef]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def fullName: String
-
final
def
getClass(): Class[_]
- 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[Ident]
-
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 memberMethods: List[Versioned[MethodDef]]
- val name: Ident
-
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 staticMethods: List[Versioned[MethodDef]]
- val superClass: Option[Ident]
-
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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )