AnvilScopedDeclarations
data class AnvilScopedDeclarations(val scopeName: AnvilScopeName, val contributions: MutableSet<QualifiedDeclaredName>, val merges: MutableSet<QualifiedDeclaredName>)(source)
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