AnvilScopedDeclarations

Represents a set of Anvil scope declarations including both contributions and merges.

Constructors

Link copied to clipboard
constructor(scopeName: AnvilScopeName, contributions: MutableSet<QualifiedDeclaredName>, merges: MutableSet<QualifiedDeclaredName>)

Properties

Link copied to clipboard

mutable set of QualifiedDeclaredNames that contribute to this scope

Link copied to clipboard

mutable set of QualifiedDeclaredNames that are merged into this scope

Link copied to clipboard

the AnvilScopeName for these declarations