HasNameAndLocation

A simple interface that a node has name and location.

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