sealed trait CalleeInfoWarning extends OptimizerWarning

Used in the CallGraph for nodes where an issue occurred determining the callee information.

Source
BackendReporting.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CalleeInfoWarning
  2. OptimizerWarning
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def declarationClass: InternalName
  2. abstract def descriptor: String
  3. abstract def name: String

Concrete Value Members

  1. def emitWarning(settings: CompilerSettings): Boolean
    Definition Classes
    CalleeInfoWarningOptimizerWarning
  2. def toString(): String
    Definition Classes
    CalleeInfoWarning → AnyRef → Any
  3. def warningMessageSignature: String