enum

CrLox::LiteralState

Inherits Enum < Comparable < Value < Object

Constants

NONE = 0

Instance methods

none?

Returns true if this enum value equals NONE

Source