enum

Lrama::LexerSpec::ValueKind

Inherits Enum < Comparable < Value < Object

Constants

None = 0
Int = 1
Float = 2
String = 3
Symbol = 4
Slice = 5

Instance methods

float?

Returns true if this enum value equals Float

Source
int?

Returns true if this enum value equals Int

Source
none?

Returns true if this enum value equals None

Source
slice?

Returns true if this enum value equals Slice

Source
string?

Returns true if this enum value equals String

Source
symbol?

Returns true if this enum value equals Symbol

Source