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.
- Alphabetic
- By Inheritance
- LinkedClass
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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[MethodDef], jsConstructorDef: Option[JSConstructorDef], exportedMembers: List[JSMethodPropDef], jsNativeMembers: List[JSNativeMemberDef], optimizerHints: OptimizerHints, pos: Position, ancestors: List[ClassName], hasInstances: Boolean, hasDirectInstances: Boolean, hasInstanceTests: Boolean, hasRuntimeTypeInfo: Boolean, fieldsRead: Set[FieldName], staticFieldsRead: Set[FieldName], staticDependencies: Set[ClassName], externalDependencies: Set[String], dynamicDependencies: Set[ClassName], version: Version)
- ancestors
List of all the ancestor classes and interfaces of this class. It always contains this class name and
java.lang.Object
. This class name is always the first element of the list.
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( ... ) @native()
- val dynamicDependencies: Set[ClassName]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val exportedMembers: List[JSMethodPropDef]
- val externalDependencies: Set[String]
- val fields: List[AnyFieldDef]
- val fieldsRead: Set[FieldName]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def fullName: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasAnyDefinitions: Boolean
- val hasDirectInstances: Boolean
- val hasInstanceTests: Boolean
- val hasInstances: Boolean
- val hasRuntimeTypeInfo: Boolean
- val hasStaticInitializer: 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 jsConstructorDef: Option[JSConstructorDef]
- val jsNativeLoadSpec: Option[JSNativeLoadSpec]
- val jsNativeMembers: List[JSNativeMemberDef]
- val jsSuperClass: Option[Tree]
- val kind: ClassKind
- val methods: List[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 staticDependencies: Set[ClassName]
- val staticFieldsRead: Set[FieldName]
- val superClass: Option[ClassIdent]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val version: Version
-
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
- @throws( ... ) @native()