org.scalajs.core.compiler.ClassInfos

MethodInfoBuilder

class MethodInfoBuilder extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MethodInfoBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MethodInfoBuilder(encodedName: String, isStatic: Boolean, isAbstract: Boolean = false, isExported: Boolean = false)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val accessedClassData: Set[String]

  7. val accessedModules: Set[String]

  8. def accessesClassData(refType: ReferenceType): Unit

  9. def accessesModule(moduleClassSym: scala.tools.nsc.Global.Symbol): Unit

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def callsMethod(owner: scala.tools.nsc.Global.Symbol, method: Ident): Unit

  12. def callsMethod(ownerIdent: Ident, method: Ident): Unit

  13. def callsMethodStatically(ownerIdent: Ident, method: Ident): Unit

  14. def callsStaticMethod(ownerIdent: Ident, method: Ident): Unit

  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def createsAnonFunction(funInfo: GenJSCode.ClassInfoBuilder): Unit

  17. val encodedName: String

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  23. val instantiatedClasses: Set[String]

  24. def instantiatesClass(classSym: scala.tools.nsc.Global.Symbol): Unit

  25. val isAbstract: Boolean

  26. val isExported: Boolean

  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. val isStatic: Boolean

  29. val methodsCalled: Set[(String, String)]

  30. val methodsCalledStatically: Set[(String, String)]

  31. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  34. def result(): MethodInfo

  35. val staticMethodsCalled: Set[(String, String)]

  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( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped