scala.scalajs.tools.optimizer.IncOptimizer

MethodImpl

class MethodImpl extends OptimizerCore.MethodImpl

A method implementation. It must be concrete, and belong either to a Class or a TraitImpl.

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

Instance Constructors

  1. new MethodImpl(owner: MethodContainer, encodedName: String)

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def delete(): Unit

  7. var desugaredDef: Tree

  8. val encodedName: String

    Definition Classes
    MethodImplMethodImpl
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  14. var inlineable: Boolean

    Definition Classes
    MethodImpl
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. var isTraitImplForwarder: Boolean

    Definition Classes
    MethodImpl
  17. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  20. var optimizerHints: OptimizerHints

    Definition Classes
    MethodImplMethodImpl
  21. var originalDef: MethodDef

    Definition Classes
    MethodImplMethodImpl
  22. val owner: MethodContainer

  23. var preciseInfo: MethodInfo

  24. def process(): Unit

  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def tag(): Unit

  27. def thisType: Type

    Definition Classes
    MethodImplMethodImpl
  28. def toString(): String

    Definition Classes
    MethodImpl → AnyRef → Any
  29. def updateInlineable(): Unit

    Attributes
    protected
    Definition Classes
    MethodImpl
  30. def updateWith(methodInfo: MethodInfo, methodDef: MethodDef): Boolean

    Returns true if the method changed and it was or is inlineable.

  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from OptimizerCore.MethodImpl

Inherited from AnyRef

Inherited from Any

Ungrouped