ScopeId

final case class ScopeId(id: Int) extends AnyVal

The identifier of a lexical scope.

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

Value members

Concrete methods

Returns true iff this is the top-level scope.

Returns true iff this is the top-level scope.

Inherited methods

Inherited from:
Product