org.scalajs.core.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. lazy val ancestorCount: Int

  7. var ancestors: List[ClassInfo]

  8. final def asInstanceOf[T0]: T0

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

  10. def callStaticMethod(methodName: String)(implicit from: From): Unit

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

  12. def clone(): AnyRef

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

  14. val descendants: ListBuffer[ClassInfo]

  15. lazy val descendentClasses: ListBuffer[ClassInfo]

  16. val encodedName: String

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

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

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

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

    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

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

  23. var instantiatedFrom: Option[From]

  24. def isAnyStaticMethodReachable: Boolean

  25. var isAnySubclassInstantiated: Boolean

  26. val isClass: Boolean

  27. var isDataAccessed: Boolean

  28. val isExported: Boolean

  29. val isHijackedClass: 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

    Ensures that this class and its dependencies are linked.

    Ensures that this class and its dependencies are linked.

    Exceptions thrown
    CyclicDependencyException

    if this class is already linking

  38. def lookupMethod(methodName: String): MethodInfo

  39. def lookupStaticMethod(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. lazy val staticMethodInfos: Map[String, MethodInfo]

  47. var superClass: ClassInfo

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

    Definition Classes
    AnyRef
  49. def toString(): String

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

  51. def tryLookupStaticMethod(methodName: String): Option[MethodInfo]

  52. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped