object Analysis
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Analysis
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait ClassInfo extends AnyRef
Class node in a reachability graph produced by the Analyzer.
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. - final case class ConflictingDefaultMethods(infos: List[MethodInfo], from: From) extends Error with Product with Serializable
- final case class ConflictingTopLevelExport(name: String, infos: List[ClassInfo]) extends Error with Product with Serializable
- final case class CycleInInheritanceChain(encodedClassNames: List[ClassName], from: From) extends Error with Product with Serializable
- sealed trait Error extends AnyRef
- sealed trait From extends AnyRef
- final case class FromClass(classInfo: ClassInfo) extends From with Product with Serializable
- final case class FromCore(moduleName: String) extends From with Product with Serializable
- final case class FromMethod(methodInfo: MethodInfo) extends From with Product with Serializable
- final case class InvalidImplementedInterface(superIntfInfo: ClassInfo, subClassInfo: ClassInfo, from: From) extends Error with Product with Serializable
- final case class InvalidJavaLangObjectClass(from: From) extends Error with Product with Serializable
- final case class InvalidSuperClass(superClassInfo: ClassInfo, subClassInfo: ClassInfo, from: From) extends Error with Product with Serializable
- trait MethodInfo extends AnyRef
Method node in a reachability graph produced by the Analyzer.
Method 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. - sealed trait MethodSyntheticKind extends AnyRef
- final case class MissingClass(info: ClassInfo, from: From) extends Error with Product with Serializable
- final case class MissingJavaLangObjectClass(from: From) extends Error with Product with Serializable
- final case class MissingMethod(info: MethodInfo, from: From) extends Error with Product with Serializable
- final case class MissingSuperClass(subClassInfo: ClassInfo, from: From) extends Error with Product with Serializable
- final case class NotAModule(info: ClassInfo, from: From) extends Error with Product with Serializable
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()
- 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
- def logError(error: Error, logger: Logger, level: Level): Unit
- 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()
- object FromExports extends From with Product with Serializable
- object MethodSyntheticKind