ScopeExtraction

data class ScopeExtraction(val scope: Scope?, val adjustedName: Name)

This class represents the result of the extractScope operation. It contains a scope object, if a scope was found and the adjustedName that is normalized if any aliases were found during scope extraction.

Constructors

Link copied to clipboard
constructor(scope: Scope?, adjustedName: Name)

Properties

Link copied to clipboard
Link copied to clipboard
val scope: Scope?