DebugInfo

case class DebugInfo(localNames: LocalNames, lexicalScopes: Seq[LexicalScope])

A set of metadata about a definition for debugging purposes.

Companion:
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product

Concrete fields

A map from scope ID to its value.

A map from scope ID to its value.