DebugInfo

scala.scalanative.nir.Defn$.Define$.DebugInfo
See theDebugInfo companion object
case class DebugInfo(localNames: LocalNames, lexicalScopes: Seq[LexicalScope])

A set of metadata about a definition for debugging purposes.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

A map from scope ID to its value.

A map from scope ID to its value.

Attributes