scala.scalajs.tools.optimizer.Analyzer

ClassInfo

class ClassInfo extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ClassInfo
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClassInfo(data: ClassInfoData)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def accessData()(implicit from: From): Unit

  5. def accessModule()(implicit from: From): Unit

  6. val ancestorCount: Int

  7. val ancestors: ListBuffer[ClassInfo]

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def callMethod(methodName: String, static: Boolean = false)(implicit from: From): Unit

  10. def checkExistent()(implicit from: From): Unit

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val delayedCalls: Map[String, From]

  13. val descendants: ListBuffer[ClassInfo]

  14. lazy val descendentClasses: ListBuffer[ClassInfo]

  15. val encodedName: String

  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. val hasData: Boolean

  21. val hasInstantiation: Boolean

  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. def instantiated()(implicit from: From): Unit

  24. var instantiatedFrom: Option[From]

  25. var isAnySubclassInstantiated: Boolean

  26. val isClass: Boolean

  27. var isDataAccessed: Boolean

  28. val isExported: Boolean

  29. val isImplClass: Boolean

  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. var isInstantiated: Boolean

  32. val isInterface: Boolean

  33. var isModuleAccessed: Boolean

  34. def isNeededAtAll: Boolean

  35. val isRawJSType: Boolean

  36. val isStaticModule: Boolean

  37. def linkClasses(): Unit

  38. def lookupMethod(methodName: String)(implicit from: From): MethodInfo

  39. lazy val methodInfos: Map[String, MethodInfo]

  40. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  41. var nonExistent: Boolean

  42. final def notify(): Unit

    Definition Classes
    AnyRef
  43. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  44. def reachExports(): Unit

    Start reachability algorithm with the exports for that class.

  45. var superClass: ClassInfo

  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. def toString(): String

    Definition Classes
    ClassInfo → AnyRef → Any
  48. def tryLookupMethod(methodName: String): Option[MethodInfo]

  49. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped