Packages

c

org.scalajs.linker.analyzer.Infos

MethodInfoBuilder

final class MethodInfoBuilder extends AnyRef

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

Instance Constructors

  1. new MethodInfoBuilder()

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: String): MethodInfoBuilder.this.type
  5. def addAccessedClassData(tpe: TypeRef): MethodInfoBuilder.this.type
  6. def addAccessedModule(cls: String): MethodInfoBuilder.this.type
  7. def addInstantiatedClass(cls: String, ctor: String): MethodInfoBuilder.this.type
  8. def addInstantiatedClass(cls: String): MethodInfoBuilder.this.type
  9. def addMethodCalled(cls: String, method: String): MethodInfoBuilder.this.type
  10. def addMethodCalled(receiverTpe: Type, method: String): MethodInfoBuilder.this.type
  11. def addMethodCalledStatically(cls: String, method: NamespacedEncodedName): MethodInfoBuilder.this.type
  12. def addReferencedClass(cls: String): MethodInfoBuilder.this.type
  13. def addReferencedClass(tpe: TypeRef): MethodInfoBuilder.this.type
  14. def addStaticFieldRead(cls: String, field: String): MethodInfoBuilder.this.type
  15. def addStaticFieldWritten(cls: String, field: String): MethodInfoBuilder.this.type
  16. def addUsedInstanceTest(cls: String): MethodInfoBuilder.this.type
  17. def addUsedInstanceTest(tpe: TypeRef): MethodInfoBuilder.this.type
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  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[java.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 maybeAddReferencedClass(tpe: Type): MethodInfoBuilder.this.type
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def result(): MethodInfo
  31. def setEncodedName(encodedName: String): MethodInfoBuilder.this.type
  32. def setIsAbstract(isAbstract: Boolean): MethodInfoBuilder.this.type
  33. def setIsExported(isExported: Boolean): MethodInfoBuilder.this.type
  34. def setNamespace(namespace: MemberNamespace): MethodInfoBuilder.this.type
  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
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped