c

scala.tools.nsc.backend.jvm.BackendReporting

MethodWithHandlerCalledOnNonEmptyStack

final case class MethodWithHandlerCalledOnNonEmptyStack(calleeDeclarationClass: InternalName, name: String, descriptor: String, annotatedInline: Boolean, callsiteClass: InternalName, callsiteName: String, callsiteDesc: String) extends CannotInlineWarning with Product with Serializable

Source
BackendReporting.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MethodWithHandlerCalledOnNonEmptyStack
  2. Serializable
  3. Product
  4. Equals
  5. CannotInlineWarning
  6. OptimizerWarning
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MethodWithHandlerCalledOnNonEmptyStack(calleeDeclarationClass: InternalName, name: String, descriptor: String, annotatedInline: Boolean, callsiteClass: InternalName, callsiteName: String, callsiteDesc: String)

Value Members

  1. val annotatedInline: Boolean

    Either the callee or the callsite is annotated @inline

    Either the callee or the callsite is annotated @inline

    Definition Classes
    MethodWithHandlerCalledOnNonEmptyStackCannotInlineWarning
  2. val calleeDeclarationClass: InternalName
  3. def calleeMethodSig: String
    Definition Classes
    CannotInlineWarning
  4. val callsiteClass: InternalName
  5. val callsiteDesc: String
  6. val callsiteName: String
  7. val descriptor: String
  8. def emitWarning(settings: CompilerSettings): Boolean
  9. val name: String
  10. def productElementNames: Iterator[String]
    Definition Classes
    Product
  11. def toString(): String
    Definition Classes
    CannotInlineWarning → AnyRef → Any