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

Inherited from AnyRef

Inherited from Any

Ungrouped