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

Inherited from AnyRef

Inherited from Any

Ungrouped