enum

Dragonstone::Language::Sema::SymbolKind

Inherits Enum < Comparable < Value < Object

Constants

Variable = 0
Constant = 1
Function = 2
Type = 3
Module = 4

Instance methods

constant?

Returns true if this enum value equals Constant

Source
function?

Returns true if this enum value equals Function

Source
module?

Returns true if this enum value equals Module

Source
type?

Returns true if this enum value equals Type

Source
variable?

Returns true if this enum value equals Variable

Source