LexicalScope

case class LexicalScope(id: ScopeId, parent: ScopeId, srcPosition: SourcePosition)

A lexical scope in the program sources.

Companion:
object
trait Product
trait Equals
class Object
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