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: ir.Infos.ClassInfo)

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 isHijackedClass: Boolean

  30. val isImplClass: Boolean

  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. var isInstantiated: Boolean

  33. val isInterface: Boolean

  34. var isModuleAccessed: Boolean

  35. def isNeededAtAll: Boolean

  36. val isRawJSType: Boolean

  37. val isStaticModule: Boolean

  38. def linkClasses(): Unit

  39. def lookupMethod(methodName: String): MethodInfo

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

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

    Definition Classes
    AnyRef
  42. var nonExistent: Boolean

  43. final def notify(): Unit

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

    Definition Classes
    AnyRef
  45. def reachExports(): Unit

    Start reachability algorithm with the exports for that class.

  46. var superClass: ClassInfo

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

    Definition Classes
    AnyRef
  48. def toString(): String

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

  50. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. var warnEnabled: Boolean

Inherited from AnyRef

Inherited from Any

Ungrouped