trait ClassInfo extends AnyRef
Class node in a reachability graph produced by the Analyzer.
Warning: this trait is not meant to be extended by third-party libraries
and applications. Methods and/or fields can be added in subsequent
versions, possibly causing LinkageError
s if you extend it.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClassInfo
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def ancestors: Seq[ClassInfo]
- abstract def areInstanceTestsUsed: Boolean
- abstract def className: ClassName
- abstract def dispatchCalledFrom(methodName: MethodName): Option[Seq[From]]
- abstract def dynamicDependencies: Set[ClassName]
- abstract def externalDependencies: Set[String]
- abstract def fieldsRead: Set[FieldName]
- abstract def fieldsWritten: Set[FieldName]
- abstract def instantiatedFrom: Seq[From]
- abstract def interfaces: Seq[ClassInfo]
- abstract def isAnySubclassInstantiated: Boolean
- abstract def isDataAccessed: Boolean
-
abstract
def
isInstantiated: Boolean
For a Scala class, it is instantiated with a
New
; for a JS class, its constructor is accessed with aJSLoadConstructor
or because it is needed for a subclass.For a Scala class, it is instantiated with a
New
; for a JS class, its constructor is accessed with aJSLoadConstructor
or because it is needed for a subclass. For modules (Scala or JS), the module is accessed. - abstract def jsNativeMembersUsed: Set[MethodName]
- abstract def kind: ClassKind
- abstract def linkedFrom: Seq[From]
- abstract def methodInfos(namespace: MemberNamespace): Map[MethodName, MethodInfo]
- abstract def nonExistent: Boolean
- abstract def staticDependencies: Set[ClassName]
- abstract def staticFieldsRead: Set[FieldName]
- abstract def staticFieldsWritten: Set[FieldName]
- abstract def superClass: Option[ClassInfo]
Concrete 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def displayName: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()