HasScope

A simple interface that a node has scope.

Inheritors

Properties

Link copied to clipboard
abstract var language: Language<*>?
Link copied to clipboard
abstract val location: PhysicalLocation?

Location of the finding in source code.

Link copied to clipboard
abstract val name: Name
Link copied to clipboard
abstract val scope: Scope?

The scope this node lives in.