HasDefault

interface HasDefault<T : Node?> : HasScope

Interface that allows us to mark nodes that contain a default value

Parameters

type of the default node

Inheritors

Properties

Link copied to clipboard
abstract var default: T
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.