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
- Protected
Abstract Value Members
- abstract def ancestors: Seq[ClassInfo]
- abstract def areInstanceTestsUsed: Boolean
- abstract def className: ClassName
- abstract def instantiatedFrom: Seq[From]
- abstract def interfaces: Seq[ClassInfo]
- abstract def isAnyPrivateJSFieldUsed: Boolean
- abstract def isAnyStaticFieldUsed: Boolean
- 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. - abstract def isModuleAccessed: Boolean
- abstract def kind: ClassKind
- abstract def linkedFrom: Seq[From]
- abstract def methodInfos(namespace: MemberNamespace): Map[MethodName, MethodInfo]
- abstract def nonExistent: Boolean
- 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(classOf[java.lang.CloneNotSupportedException]) @native()
- def displayName: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- 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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()