Packages

c

org.scalajs.linker.analyzer.Infos

ReachabilityInfoBuilder

final class ReachabilityInfoBuilder extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReachabilityInfoBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReachabilityInfoBuilder()

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 addAccessImportMeta(): ReachabilityInfoBuilder.this.type
  5. def addAccessNewTarget(): ReachabilityInfoBuilder.this.type
  6. def addAccessedClassData(cls: ClassName): ReachabilityInfoBuilder.this.type
  7. def addAccessedModule(cls: ClassName): ReachabilityInfoBuilder.this.type
  8. def addInstantiatedClass(cls: ClassName, ctor: MethodName): ReachabilityInfoBuilder.this.type
  9. def addInstantiatedClass(cls: ClassName): ReachabilityInfoBuilder.this.type
  10. def addJSNativeMemberUsed(cls: ClassName, member: MethodName): ReachabilityInfoBuilder.this.type
  11. def addMethodCalled(cls: ClassName, method: MethodName): ReachabilityInfoBuilder.this.type
  12. def addMethodCalled(receiverTpe: Type, method: MethodName): ReachabilityInfoBuilder.this.type
  13. def addMethodCalledDynamicImport(cls: ClassName, method: NamespacedMethodName): ReachabilityInfoBuilder.this.type
  14. def addMethodCalledStatically(cls: ClassName, method: NamespacedMethodName): ReachabilityInfoBuilder.this.type
  15. def addPrivateJSFieldUsed(cls: ClassName, field: FieldName): ReachabilityInfoBuilder.this.type
  16. def addReferencedClass(cls: ClassName): ReachabilityInfoBuilder.this.type
  17. def addStaticFieldRead(cls: ClassName, field: FieldName): ReachabilityInfoBuilder.this.type
  18. def addStaticFieldWritten(cls: ClassName, field: FieldName): ReachabilityInfoBuilder.this.type
  19. def addUsedInstanceTest(cls: ClassName): ReachabilityInfoBuilder.this.type
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def maybeAddAccessedClassData(typeRef: TypeRef): ReachabilityInfoBuilder.this.type
  29. def maybeAddReferencedClass(tpe: Type): ReachabilityInfoBuilder.this.type
  30. def maybeAddReferencedClass(typeRef: TypeRef): ReachabilityInfoBuilder.this.type
  31. def maybeAddUsedInstanceTest(tpe: Type): ReachabilityInfoBuilder.this.type
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def result(): ReachabilityInfo
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped