object Analysis
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Analysis
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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(moduleID: ModuleID, exportName: String, infos: List[TopLevelExportInfo]) extends Error with Product with Serializable
- final case class CycleInInheritanceChain(encodedClassNames: List[ClassName], from: From) extends Error with Product with Serializable
- final case class DynamicImportWithoutModuleSupport(from: From) extends Error with Product with Serializable
- sealed trait Error extends AnyRef
- final case class ExponentOperatorWithoutES2016Support(from: From) extends Error with Product with Serializable
- 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 FromDispatch(classInfo: ClassInfo, methodName: MethodName) extends From with Product with Serializable
- final case class FromMethod(methodInfo: MethodInfo) extends From with Product with Serializable
- final case class ImportMetaWithoutESModule(from: From) extends Error with Product with Serializable
- final case class ImportWithoutModuleSupport(module: String, info: ClassInfo, jsNativeMember: Option[MethodName], from: From) extends Error with Product with Serializable
- final case class InvalidImplementedInterface(superIntfInfo: ClassInfo, subClassInfo: ClassInfo, from: From) extends Error with Product with Serializable
- final case class InvalidSuperClass(superClassInfo: ClassInfo, subClassInfo: ClassInfo, from: From) extends Error with Product with Serializable
- final case class InvalidTopLevelExportInScript(info: TopLevelExportInfo) 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 MissingJSNativeMember(info: ClassInfo, name: MethodName, 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 MultiplePublicModulesWithoutModuleSupport(moduleIDs: List[ModuleID]) extends Error with Product with Serializable
- final case class NewTargetWithoutES2015Support(from: From) extends Error with Product with Serializable
- final case class NotAModule(info: ClassInfo, from: From) extends Error with Product with Serializable
- trait TopLevelExportInfo extends AnyRef
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()
-
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
- 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( ... )
-
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()
- object FromExports extends From with Product with Serializable
- object MethodSyntheticKind