scala.tools.nsc.backend.opt.Inliners.Inliner

IMethodInfo

class IMethodInfo extends AnyRef

Source
Inliners.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. IMethodInfo
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IMethodInfo (m: IMethod)

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. def addHandlers (exhs: List[ExceptionHandler]): Unit

  7. def addLocal (l: Local): Unit

  8. def addLocals (ls: List[Local]): Unit

  9. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  10. def blocks : ListBuffer[BasicBlock]

  11. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  13. def equals (arg0: Any): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  16. def handlers : List[ExceptionHandler]

  17. def hasCode : Boolean

  18. def hasHandlers : Boolean

  19. def hasSourceFile : Boolean

  20. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  21. def inline : Boolean

  22. var inlinedCalls : Int

  23. def instructions : ListBuffer[Instruction]

  24. def isBridge : Boolean

  25. def isHigherOrder : Boolean

  26. def isInClosure : Boolean

  27. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  28. def isLarge : Boolean

  29. def isMonadic : Boolean

  30. def isRecursive : Boolean

  31. def isSmall : Boolean

  32. def length : Int

  33. def linearized : List[BasicBlock]

  34. def locals : List[Local]

  35. val m : IMethod

  36. def minimumStack : Int

  37. val name : Name

  38. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  39. def noinline : Boolean

  40. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  41. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  42. def numInlined : Int

  43. def openBlocks : ListBuffer[BasicBlock]

  44. def owner : Symbol

  45. def paramTypes : List[Type]

  46. val sym : Symbol

  47. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  48. def toString (): String

    Definition Classes
    AnyRef → Any
  49. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any